영어로 읽기

다음을 통해 공유


NextConditionList Constructors

Definition

Overloads

NextConditionList()

Initializes a new instance of the NextConditionList class.

NextConditionList(OpenXmlElement[])

Initializes a new instance of the NextConditionList class with the specified child elements.

NextConditionList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the NextConditionList class with the specified child elements.

NextConditionList(String)

Initializes a new instance of the NextConditionList class from outer XML.

NextConditionList()

Initializes a new instance of the NextConditionList class.

public NextConditionList ();

Applies to

NextConditionList(OpenXmlElement[])

Initializes a new instance of the NextConditionList class with the specified child elements.

public NextConditionList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

NextConditionList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the NextConditionList class with the specified child elements.

public NextConditionList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

NextConditionList(String)

Initializes a new instance of the NextConditionList class from outer XML.

public NextConditionList (string outerXml);

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to