Table of Contents

Class DecimalGreaterThanZeroAttribute

Namespace
Ecng.ComponentModel
Assembly
Ecng.ComponentModel.dll

Represents a validation attribute that ensures a decimal value is greater than zero when provided.

public class DecimalGreaterThanZeroAttribute : ComparableGreaterThanZeroAttribute<decimal>, IValidator
Inheritance
DecimalGreaterThanZeroAttribute
Implements
Inherited Members
Extension Methods

Constructors

DecimalGreaterThanZeroAttribute()

public DecimalGreaterThanZeroAttribute()