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.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
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 ListValueT class.
Public methodListValueT(IEnumerableT) Initializes a new instance of the ListValueT class using the supplied list of values.
Public methodListValueT(ListValueT) Initializes a new instance of the ListValueT class by deep copying the supplied ListValueT 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