OpenXmlSimpleValue<T> Members
Include Protected Members
Include Inherited Members
Defines OpenXmlSimpleValue, a generic base class for simple value types (Int32, UInt32, Byte, struct, etc).
The OpenXmlSimpleValue<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OpenXmlSimpleValue<T>() | Initializes a new instance of the OpenXmlSimpleValue. | |
OpenXmlSimpleValue<T>(T) | Initializes a new instance of the OpenXmlSimpleValue. | |
OpenXmlSimpleValue<T>(OpenXmlSimpleValue<T>) | Initializes a new instance of the OpenXmlSimpleValue 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 simple value. |
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(OpenXmlSimpleValue<T> to T) | Implicit converter to T. |
Top