EnumProperty Members
Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a report enumeration property of a specific enumeration type.
The EnumProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
EnumProperty(String, Type, Object, IList<Int32>) | Creates a new instance of the EnumProperty class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
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, Int32) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Default | The default enumeration value. |
![]() |
Name | The property name. (Inherited from PropertyDefinition.) |
![]() |
ValidValues | The valid values. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IPropertyDefinition.Maximum | |
![]() ![]() |
IPropertyDefinition.Minimum | |
![]() ![]() |
IPropertyDefinition.Validate(Object, Object) |
Top