Table of Contents

Class DecimalNotNegativeAttribute

Namespace
Ecng.ComponentModel
Assembly
Ecng.ComponentModel.dll

Represents a validation attribute that ensures a decimal value is not negative when provided.

public class DecimalNotNegativeAttribute : ComparableNotNegativeAttribute<decimal>, IValidator
Inheritance
DecimalNotNegativeAttribute
Implements
Inherited Members
Extension Methods

Constructors

DecimalNotNegativeAttribute()

public DecimalNotNegativeAttribute()