Int16Value-Member
Geschützte Member einschließen
Geerbte Member einschließen
Defines Int16Value - Int16 value for attributes.
Vom Int16Value-Typ werden die folgenden Member offengelegt.
Konstruktoren
Name | Beschreibung | |
---|---|---|
Int16Value() | Initializes a new instance of the Int16Value. | |
Int16Value(Int16) | Initializes a new instance of the Int16Value. | |
Int16Value(Int16Value) | Initializes a new instance of the Int16Value 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.) | |
FromInt16 | Returns a new Int16Value object created from Int16. | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToInt16 | Returns the internal Int16 representation of a Int16Value object. | |
ToString | Returns a String that represents the current value. (Geerbt von OpenXmlSimpleType.) |
Nach oben
Operatoren
Name | Beschreibung | |
---|---|---|
Implicit(Int16 to Int16Value) | Implicit converter from Int16. | |
Implicit(Int16Value to Int16) | Implicit converter to Int16. |
Nach oben