EnumValue<T> Members
Include Protected Members
Include Inherited Members
Defines EnumValue - enum value for attributes.
The EnumValue<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
EnumValue<T>() | Initializes a new instance of the EnumValue. |
![]() |
EnumValue<T>(T) | Initializes a new instance of the EnumValue. |
![]() |
EnumValue<T>(EnumValue<T>) | Initializes a new instance of the EnumValue by deep copy. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
HasValue | Gets a value indicating whether underneath text value is valid value. (Overrides OpenXmlSimpleType.HasValue.) |
![]() |
InnerText | Gets or sets the inner xml text. (Overrides OpenXmlSimpleType.InnerText.) |
![]() |
TextValue | DON'T use this property. Only for OpenXmlSimpleType.cs internal use. The internal raw text value. (Inherited from OpenXmlSimpleType.) |
![]() |
Value | Gets or sets the value of the enum. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone | Creates a duplicate of this value. (Inherited from OpenXmlSimpleType.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Returns a String that represents the current value. (Inherited from OpenXmlSimpleType.) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Implicit(T to EnumValue<T>) | Implicit converter from enum. |
![]() ![]() |
Implicit(EnumValue<T> to T) | Implicit converter to enum. |
![]() ![]() |
Implicit(EnumValue<T> to String) | Implicit converter to String. |
Top