![]() | Enum |
The EnumValueT type exposes the following members.
Name | Description | |
---|---|---|
![]() | EnumValueT | Initializes a new instance of the EnumValueT class. |
![]() | EnumValueT(T) | Initializes a new instance of the EnumValueT class using the supplied value of type T. |
![]() | EnumValueT(EnumValueT) | Initializes a new instance of the EnumValueT by deep copying the supplied EnumValueT class. |
Name | Description | |
---|---|---|
![]() | HasValue |
Gets a value indicating whether the underneath text value is a valid value.
(Inherited from OpenXmlSimpleValueT) |
![]() | InnerText |
Gets or sets the inner XML text.
(Inherited from OpenXmlSimpleValueT) |
![]() | Value |
Gets or sets the value of the simple value.
(Inherited from OpenXmlSimpleValueT) |
Name | Description | |
---|---|---|
![]() | Clone |
Creates a duplicate of the current value.
(Inherited from OpenXmlSimpleType) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from OpenXmlSimpleValueT) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from OpenXmlSimpleValueT) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString |
Returns a String that represents the current value.
(Inherited from OpenXmlSimpleType) |
Name | Description | |
---|---|---|
![]() ![]() | (T to EnumValueT) | Initializes a new EnumValueT class by converting the supplied enum value. |
![]() ![]() | (EnumValueT to T) | Implicitly converts the specified value to an enum. |
![]() ![]() | (EnumValueT to String) | Implicitly converts the specified value to a String value. |