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