Search Results for

    Show / Hide Table of Contents

    Class EntityStructureLink

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

    Inheritance
    object
    EntityStructureLink
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Core.FinancialServices.Helpers
    Assembly: LemonEdge.API.Core.FinancialServices.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
    bool

    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

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)

    See Also

    EntitySetStructure
    EntitySetStructureNode
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.