Click or drag to resize

ReferenceElement Class

ReferenceElement is a Tuple of an XElement and the Name of an Attributes, which is used to reference another Element. The reference may be used as a key to find the referenced Element.
Inheritance Hierarchy
SystemObject
  SystemTupleXElement, String
    Aml.Engine.ServicesReferenceElement

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public class ReferenceElement : Tuple<XElement, string>, 
	ICAEXReference

The ReferenceElement type exposes the following members.

Properties
 NameDescription
Public propertyCaexObject Gets the CAEX object which owns the reference.
Public propertyElement Gets the XML node.
Public propertyReferenceAttributeName Gets the name of the reference attribute of the Element
Public propertyReferenceAttributeValue gets the value of the Reference Attribute
Top
Methods
 NameDescription
Public methodEquals Determines whether the specified Object is equal to this instance.
(Overrides TupleT1, T2Equals(Object))
Public methodGetHashCode Returns a hash code for this instance.
(Overrides TupleT1, T2GetHashCode)
Public methodSetValue Set a value for the referenced element
Top
See Also