Click or drag to resize

ICAEXReference Interface

This interface is used to query references to CAEXObjects like references using the ID of objects or references using the CAEXPath of objects like RoleClass or InterfaceClass objects.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public interface ICAEXReference

The ICAEXReference type exposes the following members.

Properties
 NameDescription
Public propertyCaexObject Gets the CAEX object which owns the reference.
Public propertyReferenceAttributeName Gets the name of the reference attribute which contains the value of the reference. To get or set the attribute value the SetXAttributeValue(XName, Object) an GetXAttributeValue(XName) methods can be used.
Public propertyReferenceAttributeValue Gets the reference attribute value.
Top
Methods
 NameDescription
Public methodSetValue Sets a value for the referenced element
Top
See Also