Search Results for

    Show / Hide Table of Contents

    Class EntityStructureLink

    Holds a single directional link between two nodes in an entity structure

    Inheritance
    System.Object
    EntityStructureLink
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LemonEdge.API.Entities.Helpers
    Assembly: API.dll
    Syntax
    public class EntityStructureLink

    Properties

    Highlight

    Whether or not this link is to be highlighted as part of a path through the structure

    Declaration
    public bool Highlight { get; set; }
    Property Value
    Type Description
    System.Boolean

    Source

    The source node this link originates from

    Declaration
    public EntitySetStructureNode Source { get; }
    Property Value
    Type Description
    EntitySetStructureNode

    Target

    The target node this link points to

    Declaration
    public EntitySetStructureNode Target { get; }
    Property Value
    Type Description
    EntitySetStructureNode

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)

    See Also

    EntitySetStructure
    EntitySetStructureNode
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.