Click or drag to resize

LinkedObjects Class

Note: This API is now obsolete.

This class can be used to access InternalLink data.
Inheritance Hierarchy
SystemObject
  Aml.Engine.AdapterLinkedObjects

Namespace: Aml.Engine.Adapter
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
[ObsoleteAttribute("The properties are all directly supported in the InternalLinkType itself.")]
public class LinkedObjects

The LinkedObjects type exposes the following members.

Constructors
 NameDescription
Public methodLinkedObjects Initializes a new instance of the LinkedObjects class.
Top
Properties
 NameDescription
Public propertyInternalLink Gets or sets the Internal Link.
Public propertyRefPartnerSideAElementObsolete.
Gets the reference partner side A Internal Element.
Public propertyRefPartnerSideAExternalInterfaceObsolete.
Gets or sets the reference partner side A External Interface.
Public propertyRefPartnerSideBElementObsolete.
Gets or sets the reference partner side b Internal Element.
Public propertyRefPartnerSideBExternalInterfaceObsolete.
Gets or sets the reference partner side B External Interface.
Top
Methods
 NameDescription
Public methodToString Returns a String that represents this instance.
(Overrides ObjectToString)
Top
See Also