UInt64Value Members
Include Protected Members
Include Inherited Members
Defines UInt64Value - UInt64 value for attributes.
The UInt64Value type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UInt64Value() | Initializes a new instance of the UInt64Value. | |
UInt64Value(UInt64) | Initializes a new instance of the UInt64Value. | |
UInt64Value(UInt64Value) | Initializes a new instance of the UInt64Value by deep copy. |
Top
Properties
Name | Description | |
---|---|---|
HasValue | Gets a value indicating whether underneath text value is valid value. (Inherited from OpenXmlSimpleValue<T>.) | |
InnerText | Gets or sets the inner xml text. (Overrides OpenXmlSimpleValue<T>.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. (Inherited from OpenXmlSimpleValue<T>.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | Creates a duplicate of this value. (Inherited from OpenXmlSimpleType.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromUInt64 | Returns a new UInt64Value object created from UInt64. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a String that represents the current value. (Inherited from OpenXmlSimpleType.) | |
ToUInt64 | Returns the internal UInt64 representation of a UInt64Value object. |
Top
Operators
Name | Description | |
---|---|---|
Implicit(UInt64 to UInt64Value) | Implicit converter from UInt64. | |
Implicit(UInt64Value to UInt64) | Implicit converter to UInt64. |
Top