Click or drag to resize

CAEXReference Class

This class is used in queries to provide information about objects, which contain references to other objects.
Inheritance Hierarchy
SystemObject
  Aml.Engine.ServicesCAEXReference

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

The CAEXReference type exposes the following members.

Constructors
 NameDescription
Public methodCAEXReference Initializes a new instance of the CAEXReference class.
Top
Properties
 NameDescription
Public propertyCaexObject Gets the CAEX object which contains the reference.
Public propertyElement Gets the XML element, which contains 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 for the attribute with this name the SetXAttributeValue(XName, Object) and GetXAttributeValue(XName) methods can be used.
Public propertyReferenceAttributeValue Gets the reference attribute value.
Top
Methods
 NameDescription
Public methodSetValue Set a value for the referenced element
Top
See Also