Click or drag to resize

XmlSchemaManagerAttributeNames Method

Gets the Attribute names of the specified child element of the specified parent element.

Namespace: Aml.Engine.Schema
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<string> AttributeNames(
	XName parentName,
	XName childName,
	bool required = false
)

Parameters

parentName  XName
name of the child's parent
childName  XName
name of the child
required  Boolean  (Optional)
optional parameter, defining of only required attributes

Return Value

IEnumerableString
Enumeration of attribute names
See Also