Int64Value Members
Include Protected Members
Include Inherited Members
Defines Int64Value - Int64 value for attributes.
The Int64Value type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Int64Value() | Initializes a new instance of the Int64Value. | |
Int64Value(Int64) | Initializes a new instance of the Int64Value. | |
Int64Value(Int64Value) | Initializes a new instance of the Int64Value 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.) | |
FromInt64 | Returns a new Int64Value object created from Int64. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToInt64 | Returns the internal Int64 representation of a Int64Value object. | |
ToString | Returns a String that represents the current value. (Inherited from OpenXmlSimpleType.) |
Top
Operators
Name | Description | |
---|---|---|
Implicit(Int64 to Int64Value) | Implicit converter from Int64. | |
Implicit(Int64Value to Int64) | Implicit converter to Int64. |
Top