ListValue<T> Class

Definition

Represents the list value attributes (xsd:list).

public class ListValue<T> : DocumentFormat.OpenXml.OpenXmlSimpleType where T : OpenXmlSimpleTypenew()
type ListValue<'T (requires 'T :> OpenXmlSimpleType and 'T : (new : unit -> 'T))> = class
    inherit OpenXmlSimpleType
Public Class ListValue(Of T)
Inherits OpenXmlSimpleType

Type Parameters

T
Inheritance
ListValue<T>

Constructors

ListValue<T>()

Initializes a new instance of the ListValue class.

ListValue<T>(IEnumerable<T>)

Initializes a new instance of the ListValue class using the supplied list of values.

ListValue<T>(ListValue<T>)

Initializes a new instance of the ListValue class by deep copying the supplied ListValue class.

Properties

HasValue

Gets a value that indicates whether the underneath text value is a valid value.

InnerText

Gets or sets the inner XML text.

Items

Gets the values.

TextValue

DON'T use this property. Only for OpenXmlSimpleType.cs internal use. The internal raw text value.

(Inherited from OpenXmlSimpleType)

Methods

Clone()

Creates a duplicate of the current value.

(Inherited from OpenXmlSimpleType)
ToString()

Returns a String that represents the current value.

(Inherited from OpenXmlSimpleType)

Applies to