Share via


ComparablePropertyDefinition<T> Members

Include Protected Members
Include Inherited Members

Represents a comparable property definition.

The ComparablePropertyDefinition<T> type exposes the following members.

Methods

  Name Description
Public method Constrain(T%) Adjust a value according to the defined property constraints.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)
Public method Validate(Object, ReportExpression<T>) Infrastructure.
Public method Validate(Object, String) Infrastructure.
Public method Validate(Object, T) Infrastructure.

Top

Properties

  Name Description
Public property Default The default value. (Inherited from PropertyDefinition<T>.)
Public property Maximum The maximum value.
Public property Minimum The minimum value.
Public property Name The property name. (Inherited from PropertyDefinition.)

Top