Click or drag to resize

AMLFacetAssignedParentAttributes Method

Get the original parent attributes which are already assigned with the AMLFacet

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

Return Value

IEnumerableAttributeType
A collection of already assigned Attribute objects of the parent.
See Also