ListValue<T>-Member
Geschützte Member einschließen
Geerbte Member einschließen
Defines ListValue which represent list value attributes (xsd:list).
Vom ListValue<T>-Typ werden die folgenden Member offengelegt.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ListValue<T>() | Initializes a new instance of the StringList. | |
ListValue<T>(IEnumerable<T>) | Initializes a new instance of the StringList. | |
ListValue<T>(ListValue<T>) | Initializes a new instance of the StringList by deep copy. |
Nach oben
Eigenschaften
Name | Beschreibung | |
---|---|---|
HasValue | Gets a value indicating whether underneath text value is valid value. (Setzt OpenXmlSimpleType.HasValue außer Kraft.) | |
InnerText | Gets or sets the inner xml text. (Setzt OpenXmlSimpleType.InnerText außer Kraft.) | |
Items | Gets the values. | |
TextValue | DON'T use this property. Only for OpenXmlSimpleType.cs internal use. The internal raw text value. (Geerbt von OpenXmlSimpleType.) |
Nach oben
Methoden
Name | Beschreibung | |
---|---|---|
Clone | Creates a duplicate of this value. (Geerbt von OpenXmlSimpleType.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | Returns a String that represents the current value. (Geerbt von OpenXmlSimpleType.) |
Nach oben