Search Results for

    Show / Hide Table of Contents

    Interface IEntityAccount

    Inherited Members
    IBaseEntity.GetLabel(string)
    IBaseEntity.SetLabel(string, string)
    IBaseEntity.SetSilentLabel(string, string)
    IBaseEntity.AccountID
    IBaseEntity.ID
    IBaseEntity.LastUpdated
    IBaseEntity.ModifiedByUserID
    IBaseEntity.CanvasID
    IBaseEntity.AlgorithmStepID
    IBaseEntity.SafeID
    IEquatable<IBaseEntity>.Equals(IBaseEntity)
    INotifyPropertyChanged.PropertyChanged
    INotifyPropertyChanging.PropertyChanging
    ICloneableAsync.Clone(object)
    ICloneableAsync.CopyFromSource(object)
    ICanTrackProperties.HasTrackedPropertyChanged(string)
    ICanTrackProperties.OriginalTrackedPropertyValue(string)
    ICanTrackProperties.OriginalTrackedPropertyValue<T>(string)
    ICanTrackProperties.ClearTrackedOriginalValues()
    ICanTrackProperties.GetAllOriginalTrackedPropertyValues()
    Namespace: LemonEdge.API.Entities.FinancialServices.LegalEntity
    Assembly: LemonEdge.API.Entities.FinancialServices.dll
    Syntax
    [EntityDefinition(EntityID.EntityAccount, "dbo.LT_EntityAccounts", "EntityAccount", IsStandingDataEntity = true, CustomToString = true)]
    [DefaultEntityIcon(ImageType.Attachment)]
    public interface IEntityAccount : IBaseEntityWithPermissions, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties

    Properties

    Code

    The of the target

    Declaration
    [EntityProperty(SQLType.NVarChar, 500, true)]
    [EntityDescription("The code of this target entity from the owning entity accounts perspective.")]
    string Code { get; set; }
    Property Value
    Type Description
    string

    Description

    The of the target

    Declaration
    [EntityProperty(SQLType.NVarChar, 2500, true)]
    [EntityDescription("The description of this target entity from the owning entity accounts perspective.")]
    string Description { get; set; }
    Property Value
    Type Description
    string

    LegalName

    The of the target

    Declaration
    [EntityProperty(SQLType.NVarChar, 500, true)]
    [EntityDescription("The legal name of this target entity from the owning entity accounts perspective.")]
    string LegalName { get; set; }
    Property Value
    Type Description
    string

    Name

    The of the target

    Declaration
    [EntityProperty(SQLType.NVarChar, 500, true)]
    [EntityDescription("The name of this target entity from the owning entity accounts perspective.")]
    string Name { get; set; }
    Property Value
    Type Description
    string

    SourceEntityID

    [Key] Links opionally to IObjectEntity. The entity that belongs within this entity account

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, true)]
    [EntityKeyProperty]
    [EntityRelationship(EntityID.ObjectEntity, "ID", SingleJoinType.ZeroToOne, "Entity", "Entity Accounts", DeleteWithRelationship = true, PartOfParentSet = true, LinkToItemInSet = false)]
    Guid? SourceEntityID { get; set; }
    Property Value
    Type Description
    Guid?

    SourceEntitySetID

    [Key] Links optionally to IEntitySet. The entity set this entity account belongs to

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, true)]
    [EntityKeyProperty]
    [EntityRelationship(EntityID.EntitySet, "ID", SingleJoinType.ZeroToOne, "Entity Set", "Entity Accounts", DeleteWithRelationship = true, PartOfParentSet = true, LinkToItemInSet = false)]
    Guid? SourceEntitySetID { get; set; }
    Property Value
    Type Description
    Guid?

    TargetEntityID

    [Key] Links opionally to IObjectEntity. The entity that belongs within this target entity account

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, true)]
    [EntityKeyProperty]
    [EntityRelationship(EntityID.ObjectEntity, "ID", SingleJoinType.ZeroToOne, "Entity", "Entity Accounts", DeleteWithRelationship = true, PartOfParentSet = true, LinkToItemInSet = false)]
    Guid? TargetEntityID { get; set; }
    Property Value
    Type Description
    Guid?

    TargetEntitySetID

    [Key] Links optionally to IEntitySet. The entity set this entity account targets

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, true)]
    [EntityKeyProperty]
    [EntityRelationship(EntityID.EntitySet, "ID", SingleJoinType.ZeroToOne, "Entity Set", "Entity Accounts", DeleteWithRelationship = true, PartOfParentSet = true, LinkToItemInSet = false, InheritPermissions = true)]
    Guid? TargetEntitySetID { get; set; }
    Property Value
    Type Description
    Guid?

    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.