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 | |
---|---|---|
![]() |
IntProperty(String, Nullable<Int32>) | Creates a new instance of the IntProperty class. |
![]() |
IntProperty(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) | Creates a new instance of the IntProperty class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Constrain(T%) | Adjust a value according to the defined property constraints. (Inherited from ComparablePropertyDefinition<T>.) |
![]() |
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, T) | Infrastructure. (Inherited from ComparablePropertyDefinition<T>.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Default | The default value. (Inherited from PropertyDefinition<T>.) |
![]() |
Maximum | The maximum value. (Inherited from ComparablePropertyDefinition<T>.) |
![]() |
Minimum | The minimum value. (Inherited from ComparablePropertyDefinition<T>.) |
![]() |
Name | The property name. (Inherited from PropertyDefinition.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IPropertyDefinition.Default | (Inherited from ComparablePropertyDefinition<T>.) |
![]() ![]() |
IPropertyDefinition.Maximum | (Inherited from ComparablePropertyDefinition<T>.) |
![]() ![]() |
IPropertyDefinition.Minimum | (Inherited from ComparablePropertyDefinition<T>.) |
![]() ![]() |
IPropertyDefinition.Validate(Object, Object) | (Inherited from ComparablePropertyDefinition<T>.) |
Top