Click or drag to resize

ListValueT Class

Represents the list value attributes (xsd:list).
Inheritance Hierarchy
SystemObject
  DocumentFormat.OpenXmlOpenXmlSimpleType
    DocumentFormat.OpenXmlListValueT

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public class ListValue<T> : OpenXmlSimpleType, IEnumerable<T>, 
	IEnumerable
where T : new(), OpenXmlSimpleType

Type Parameters

T

The ListValueT type exposes the following members.

Constructors
 NameDescription
Public methodListValueT Initializes a new instance of the ListValue class.
Public methodListValueT(IEnumerableT) Initializes a new instance of the ListValue class using the supplied list of values.
Public methodListValueT(ListValueT) Initializes a new instance of the ListValue class by deep copying the supplied ListValue class.
Top
Properties
 NameDescription
Public propertyHasValue Gets a value indicating whether the underneath text value is a valid value.
(Overrides OpenXmlSimpleTypeHasValue)
Public propertyInnerText Gets or sets the inner XML text.
(Overrides OpenXmlSimpleTypeInnerText)
Public propertyItems Gets the values.
Top
Methods
 NameDescription
Public methodClone Creates a duplicate of the current value.
(Inherited from OpenXmlSimpleType)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetEnumeratorReturns an enumerator that iterates through the collection.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents the current value.
(Inherited from OpenXmlSimpleType)
Top
See Also