Show / Hide Table of Contents

Interface ILinkedElement

A IReadOnlyElement which can be part of a linked list and has a parent reference

Inherited Members
ILink<ILinkedElement>.Name
ILink<ILinkedElement>.Next
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public interface ILinkedElement : ILink<ILinkedElement>

Properties

| Improve this Doc View Source

Parent

Gets or sets the parent of the IReadOnlyElement.

Declaration
IReadOnlyElement Parent { get; set; }
Property Value
Type Description
IReadOnlyElement

The parent of the IReadOnlyElement.

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX