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