Click or drag to resize

InternalLinkTypeLinkedObjects Class

This class allows accessing the related objects of an InternalLink without recalculation which improves the performance for consecutive access of the related objects.
Inheritance Hierarchy
SystemObject
  Aml.Engine.CAEXInternalLinkTypeLinkedObjects

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public class LinkedObjects

The InternalLinkTypeLinkedObjects type exposes the following members.

Constructors
 NameDescription
Public methodInternalLinkTypeLinkedObjectsInitializes a new instance of the InternalLinkTypeLinkedObjects class
Top
Properties
 NameDescription
Public propertyAInterface Gets the A-Interface of the InternalLink by interpretation of the RefPartnerSideA Attribute on first access. Consecutive reads will return the at first calculated value. A Reinterpretation is performed, when the respective InternalLink property AInterface is read or set.
Public propertyASystemUnitClass Gets the A-SystemUnitClass using the preserved value AInterface. If this value has not been calculated, a recalculation is performed.
Public propertyBInterface Gets the B-Interface of the InternalLink by interpretation of the RefPartnerSideB Attribute on first access. Consecutive reads will return the at first calculated value. A Reinterpretation is performed, when the respective InternalLink property BInterface is read or set.
Public propertyBSystemUnitClass Gets the B-SystemUnitClass using the preserved value BInterface. If this value has not been calculated, a recalculation is performed.
Top
See Also