IntegerValue-Member
Geschützte Member einschließen
Geerbte Member einschließen
Defines IntegerValue - represent xsd:integer value for attributes.
Vom IntegerValue-Typ werden die folgenden Member offengelegt.
Konstruktoren
Name | Beschreibung | |
---|---|---|
IntegerValue() | Initializes a new instance of the IntegerValue. | |
IntegerValue(Int64) | Initializes a new instance of the IntegerValue. | |
IntegerValue(IntegerValue) | Initializes a new instance of the IntegerValue by deep copy. |
Nach oben
Eigenschaften
Name | Beschreibung | |
---|---|---|
HasValue | Gets a value indicating whether underneath text value is valid value. (Geerbt von OpenXmlSimpleValue<T>.) | |
InnerText | Gets or sets the inner xml text. (Setzt OpenXmlSimpleValue<T>.InnerText außer Kraft.) | |
TextValue | DON'T use this property. Only for OpenXmlSimpleType.cs internal use. The internal raw text value. (Geerbt von OpenXmlSimpleType.) | |
Value | Gets or sets the value of the simple value. (Geerbt von OpenXmlSimpleValue<T>.) |
Nach oben
Methoden
Name | Beschreibung | |
---|---|---|
Clone | Creates a duplicate of this value. (Geerbt von OpenXmlSimpleType.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
FromInt64 | Returns a new IntegerValue object created from Int64. | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToInt64 | Returns the internal Int64 representation of a IntegerValue object. | |
ToString | Returns a String that represents the current value. (Geerbt von OpenXmlSimpleType.) |
Nach oben
Operatoren
Name | Beschreibung | |
---|---|---|
Implicit(Int64 to IntegerValue) | Implicit converter from Int64. | |
Implicit(IntegerValue to Int64) | Implicit converter to Int64. |
Nach oben