Click or drag to resize

IQueryAttributeMirrors Method

Returns all Mirrors of the specified Attribute

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
IEnumerable<AttributeType> AttributeMirrors(
	AttributeType master
)

Parameters

master  AttributeType
The master.

Return Value

IEnumerableAttributeType
An enumeration of mirror Attribute objects
See Also