GeoChildEntitiesQueryResult Constructors

Definition

Overloads

GeoChildEntitiesQueryResult()

Initializes a new instance of the GeoChildEntitiesQueryResult class.

GeoChildEntitiesQueryResult(OpenXmlElement[])

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

GeoChildEntitiesQueryResult(IEnumerable<OpenXmlElement>)

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

GeoChildEntitiesQueryResult(String)

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

GeoChildEntitiesQueryResult()

Initializes a new instance of the GeoChildEntitiesQueryResult class.

C#
public GeoChildEntitiesQueryResult ();

Applies to

DocumentFormat.OpenXml 3.0.1 та інші версії
Продукт Версії
DocumentFormat.OpenXml 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1

GeoChildEntitiesQueryResult(OpenXmlElement[])

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

C#
public GeoChildEntitiesQueryResult (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DocumentFormat.OpenXml 3.0.1 та інші версії
Продукт Версії
DocumentFormat.OpenXml 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1

GeoChildEntitiesQueryResult(IEnumerable<OpenXmlElement>)

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

C#
public GeoChildEntitiesQueryResult (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DocumentFormat.OpenXml 3.0.1 та інші версії
Продукт Версії
DocumentFormat.OpenXml 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1

GeoChildEntitiesQueryResult(String)

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

C#
public GeoChildEntitiesQueryResult (string outerXml);

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to

DocumentFormat.OpenXml 3.0.1 та інші версії
Продукт Версії
DocumentFormat.OpenXml 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1