Click or drag to resize

AMLFacetNotAssignedParentAttributes Method

Get the parent attributes which are yet not assigned with the AMLFacet

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<AttributeType> NotAssignedParentAttributes()

Return Value

IEnumerableAttributeType
A collection of not assigned Attribute objects.
See Also