Class RelationshipItem
Inheritance
RelationshipItem
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
Properties
HasLazyLoadChildren
Declaration
public bool HasLazyLoadChildren { get; }
Property Value
ID
Declaration
public Guid ID { get; set; }
Property Value
IconID
Declaration
public Guid IconID { get; }
Property Value
IsDummy
Declaration
public bool IsDummy { get; set; }
Property Value
IsFromSource
Declaration
public bool IsFromSource { get; set; }
Property Value
IsLoader
Declaration
public bool IsLoader { get; set; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
ParentID
Declaration
public Guid? ParentID { get; set; }
Property Value
Relationship
Declaration
public EntityRelationship Relationship { get; set; }
Property Value
ReverseType
Declaration
public ReverseRelationshipType ReverseType { get; set; }
Property Value
SourceItem
Declaration
public IBaseEntity SourceItem { get; set; }
Property Value
SourceType
Declaration
public EntityDescriptor SourceType { get; set; }
Property Value
Declaration
public string Tooltip { get; }
Property Value
Extension Methods