Interface IRelationship<TRelated>
A model representing a relationship where the related_id is of type TRelated
Inherited Members
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public interface IRelationship<TRelated> : IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Type Parameters
| Name | Description |
|---|---|
| TRelated | The type of the related item. |