Share via


IntProperty Members

Include Protected Members
Include Inherited Members

Represents an integer property in the report.

The IntProperty type exposes the following members.

Constructors

  Name Description
Public method IntProperty(String, Nullable<Int32>) Creates a new instance of the IntProperty class.
Public method IntProperty(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) Creates a new instance of the IntProperty class.

Top

Methods

  Name Description
Public method Constrain(T%) Adjust a value according to the defined property constraints. (Inherited from ComparablePropertyDefinition<T>.)
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, T) Infrastructure. (Inherited from ComparablePropertyDefinition<T>.)

Top

Properties

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

Top