Link object methods
The following list summarizes the Link object methods:
- Method name
- Description
- GetChildEntity
- Returns the Entity object that is the child (duplicate) in a pair of linked Entity objects.
- GetChildEntityDef
- Returns the EntityDef Object that is the template for the child (duplicate) in a pair of linked Entity objects.
- GetChildEntityDefName
- Returns the name of the EntityDef object that is the template for the child (duplicate) Entity object.
- GetChildEntityID
- Returns the ID String of the Entity object that is the child (duplicate) in a pair of linked Entity objects.
- GetParentEntity
- Returns the record that is the parent (original) in a pair of linked Entity objects.
- GetParentEntityDef
- Returns the EntityDef Object that is the template for the parent (original) in a pair of linked Entity objects.
- GetParentEntityDefName
- Returns the name of the EntityDef object that is the template for the parent (original) Entity object.
- GetParentEntityID
- Returns the ID String of the Entity object that is the parent (original) in a pair of linked Entity objects.