Click or drag to resize

LookupServiceIsMaster(ExternalInterfaceType) Method

Determines whether the specified ExternalInterface is referenced by other ExternalInterface objects called 'Mirrors'.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public bool IsMaster(
	ExternalInterfaceType externalInterface
)

Parameters

externalInterface  ExternalInterfaceType
The ExternalInterface element.

Return Value

Boolean
true if the specified element is a 'Master'-ExternalInterface; otherwise, false.

Implements

IQueryIsMaster(ExternalInterfaceType)
Exceptions
ExceptionCondition
ArgumentNullExceptionexternalInterface
See Also