Sdílet prostřednictvím


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
Public method EnumProperty(String, Type, Object, IList<Int32>) Creates a new instance of the EnumProperty class.

Top

Methods

  Name Description
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, Int32)

Top

Properties

  Name Description
Public property Default The default enumeration value.
Public property Name The property name. (Inherited from PropertyDefinition.)
Public property ValidValues The valid values.

Top