ComparablePropertyDefinition<T> Members
Include Protected Members
Include Inherited Members
Represents a comparable property definition.
The ComparablePropertyDefinition<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ComparablePropertyDefinition<T>(String, Nullable<T>) | Initializes a new instance of the ComparablePropertyDefinition<T> class. |
![]() |
ComparablePropertyDefinition<T>(String, Nullable<T>, Nullable<T>, Nullable<T>) | Initializes a new instance of the ComparablePropertyDefinition<T> class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Constrain(T%) | Adjust a value according to the defined property constraints. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
![]() |
Validate(Object, ReportExpression<T>) | Infrastructure. |
![]() |
Validate(Object, String) | Infrastructure. |
![]() |
Validate(Object, T) | Infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Default | The default value. (Inherited from PropertyDefinition<T>.) |
![]() |
Maximum | The maximum value. |
![]() |
Minimum | The minimum value. |
![]() |
Name | The property name. (Inherited from PropertyDefinition.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IPropertyDefinition.Default | |
![]() ![]() |
IPropertyDefinition.Maximum | |
![]() ![]() |
IPropertyDefinition.Minimum | |
![]() ![]() |
IPropertyDefinition.Validate(Object, Object) |
Top