The following tables list the members exposed by the LessThanAttribute type.

Name Description
Public property CompareWith Gets or sets the value to compare with. (inherited from ComparisonTrueAttribute).
Public property CompareWithField Gets or sets the field to compare with. (inherited from ComparisonTrueAttribute).
Public property CompareWithInput Gets or sets the Input<T> to compare with. (inherited from ComparisonTrueAttribute).
Public property CompareWithProperty Gets or sets the property to compare with. (inherited from ComparisonTrueAttribute).
Public property InvalidInputMessage Gets or sets the invalid input message. (inherited from ValidateAttribute).
Public property TypeId When implemented in a derived class, gets a unique identifier for this Attribute. (inherited from Attribute).
Public property ValidationOrder Gets or sets the validation order. (inherited from ValidateAttribute).
Top