Interface ILinkedElement
A IReadOnlyElement which can be part of a linked list and has a parent reference
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public interface ILinkedElement : ILink<ILinkedElement>
Properties
| Improve this Doc View SourceParent
Gets or sets the parent of the IReadOnlyElement.
Declaration
IReadOnlyElement Parent { get; set; }
Property Value
Type | Description |
---|---|
IReadOnlyElement | The parent of the IReadOnlyElement. |