Search Results for

    Show / Hide Table of Contents

    Class RelationshipItem

    Inheritance
    object
    RelationshipItem
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Client.Core.Views.Controllers
    Assembly: LemonEdge.ClientEntities.dll
    Syntax
    public class RelationshipItem

    Constructors

    RelationshipItem()

    Declaration
    public RelationshipItem()

    Fields

    MAX_ITEM_LOAD

    Declaration
    public static int MAX_ITEM_LOAD
    Field Value
    Type Description
    int

    Properties

    HasLazyLoadChildren

    Declaration
    public bool HasLazyLoadChildren { get; }
    Property Value
    Type Description
    bool

    ID

    Declaration
    public Guid ID { get; set; }
    Property Value
    Type Description
    Guid

    IconID

    Declaration
    public Guid IconID { get; }
    Property Value
    Type Description
    Guid

    IsDummy

    Declaration
    public bool IsDummy { get; set; }
    Property Value
    Type Description
    bool

    IsFromSource

    Declaration
    public bool IsFromSource { get; set; }
    Property Value
    Type Description
    bool

    IsLoader

    Declaration
    public bool IsLoader { get; set; }
    Property Value
    Type Description
    bool

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    ParentID

    Declaration
    public Guid? ParentID { get; set; }
    Property Value
    Type Description
    Guid?

    Relationship

    Declaration
    public EntityRelationship Relationship { get; set; }
    Property Value
    Type Description
    EntityRelationship

    ReverseType

    Declaration
    public ReverseRelationshipType ReverseType { get; set; }
    Property Value
    Type Description
    ReverseRelationshipType

    SourceItem

    Declaration
    public IBaseEntity SourceItem { get; set; }
    Property Value
    Type Description
    IBaseEntity

    SourceType

    Declaration
    public EntityDescriptor SourceType { get; set; }
    Property Value
    Type Description
    EntityDescriptor

    Tooltip

    Declaration
    public string Tooltip { get; }
    Property Value
    Type Description
    string

    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)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.