Click or drag to resize

XmlSchemaManagerChildElementNames Method

Gets the Names for all elements, which can be added to the child which is defined with the name of it's parent and the name of itself.

Namespace: Aml.Engine.Schema
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<XName> ChildElementNames(
	XName parentName,
	XName childName,
	bool includeChoice
)

Parameters

parentName  XName
Name of the child's parent.
childName  XName
Name of the child
includeChoice  Boolean
if set to true [include choice].

Return Value

IEnumerableXName
Enumeration of all names of possible child elements.
See Also