ListValue<T> Members
Include Protected Members
Include Inherited Members
Defines ListValue which represent list value attributes (xsd:list).
The ListValue<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
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. |
Top
Properties
Name | Description | |
---|---|---|
HasValue | Gets a value indicating whether underneath text value is valid value. (Overrides OpenXmlSimpleType.HasValue.) | |
InnerText | Gets or sets the inner xml text. (Overrides OpenXmlSimpleType.InnerText.) | |
Items | Gets the values. | |
TextValue | DON'T use this property. Only for OpenXmlSimpleType.cs internal use. The internal raw text value. (Inherited from OpenXmlSimpleType.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | Creates a duplicate of this value. (Inherited from OpenXmlSimpleType.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a String that represents the current value. (Inherited from OpenXmlSimpleType.) |
Top