Table of Contents

Class DecimalNullOrNotNegativeAttribute

Namespace
Ecng.ComponentModel
Assembly
Ecng.ComponentModel.dll

Represents a validation attribute that ensures a decimal value is either null or not negative.

public class DecimalNullOrNotNegativeAttribute : ComparableNullOrNotNegativeAttribute<decimal>, IValidator
Inheritance
DecimalNullOrNotNegativeAttribute
Implements
Inherited Members
Extension Methods

Constructors

DecimalNullOrNotNegativeAttribute()

public DecimalNullOrNotNegativeAttribute()