Search Results for

    Show / Hide Table of Contents

    Enum EntityID

    All system entities in LemonEdge have a hardcoded unique global ID that corrosponds to this enum.

    The short enum value is translated to a guid using ToShortGuid<T>(T)

    Wherever a EntityID is used by LemonEdge, you can also use an actual unique global Guid value. When creating entities in your own code you can keep the IDs as global Guid values for reference

    Namespace: LemonEdge.API.Attributes
    Assembly: API.dll
    Syntax
    public enum EntityID : short

    Fields

    Name Description
    AccountMaintenance

    IAccountMaintenance

    ActionTrigger

    IActionTrigger

    ActionTriggerGate

    IActionTriggerGate

    AddInModules

    IAddInModule

    AddIns

    IAddIn

    AllocationAmount

    IAllocationAmount

    AllocationMapping

    IAllocationMapping

    AllocationPath

    IAllocationPath

    AllocationPathRule

    IAllocationPathRule

    AllocationRule

    IAllocationRule

    BlendingTran

    IBlendingTran

    BlendingTranInstrument

    Obsolete

    BlendingTranInstrumentValue

    IBlendingTranInstrumentValue

    BlendingTranNewValue

    IBlendingTranNewValue

    BlendingTranNewValueAggregate

    IBlendingTranNewValueAggregate

    BlendingTranNewValueAllocation

    IBlendingTranNewValueAllocation

    BlendTransaction

    IBlendTransaction

    BlendTransactionAllocation

    Obsolete

    BlendTransactionInstrumentSet

    IBlendTransactionInstrumentSet

    Canvas

    ICanvas

    CanvasPermissions

    Obsolete

    CanvasPromotions

    ICanvasPromotion

    CapitalAccountDataItem

    ICapitalAccountDataItem

    Chart

    IChart

    Comment

    IComment

    Company

    ICompany

    CompanyOwnership

    ICompanyOwnership

    CompanyStructure

    ICompanyStructure

    ContactInfo

    IContactInfo

    Currency

    ICurrency

    CustomGrid

    ICustomGrid

    CustomGridColumn

    ICustomGridColumn

    CustomImages

    ICustomImage

    CustomObject

    ICustomObject

    CustomObjectProperty

    ICustomObjectProperty

    CustomView

    ICustomView

    CustomViewControl

    ICustomViewControl

    DataMapping

    IDataMapping

    DataMappingProperty

    IDataMappingProperty

    Dataset

    IDataset

    DatasetQueryableItem

    IDatasetQueryableItem

    DatasetQueryableItemFieldInfo

    IDatasetQueryableItemFieldInfo

    DatasetQueryableItemJoin

    IDatasetQueryableItemJoin

    DataSourceIDs

    IDataSource

    DataSourceTypes

    IDataSourceType

    DataTemplate

    IDataTemplate

    DataTemplateAttachment

    IDataTemplateAttachment

    DefaultValue

    IDefaultValue

    DefaultWatcher

    IDefaultWatcher

    Document

    IDocument

    DocumentAttachment

    IDocumentAttachment

    Domicile

    IDomicile

    Employee

    IEmployee

    EntityPeriodClosings

    IEntityPeriodClosing

    EntitySet

    IEntitySet

    EntityTag

    IEntityTag

    ExchangeRate

    IExchangeRate

    ExchangeRateCategory

    IExchangeRateCategory

    Favourite

    IFavourite

    FilterDescriptor

    IFilterDescriptor

    GLAccount

    IGLAccount

    GLAccountName

    IGLAccountName

    GLClassification

    IGLClassification

    GLClassificationName

    IGLClassificationName

    GLPosting

    IGLPosting

    GLPostingAllocated

    IGLPostingAllocated

    GLRollup

    IGLRollup

    GLRollupClassification

    IGLRollupClassification

    GLRollupHeader

    IGLRollupHeader

    ImportDefinition

    IImportDefinition

    ImportDefinitionStep

    IImportDefinitionStep

    Industry

    IIndustry

    Instrument

    IInstrument

    InstrumentCapitalAccountDataSetting

    IInstrumentCapitalAccountDataSetting

    InstrumentSet

    IInstrumentSet

    InstrumentSetItem

    IInstrumentSetItem

    InstrumentSetType

    IInstrumentSetType

    LayoutRoles

    ILayoutRole

    Layouts

    ILayout

    Ledger

    ILedger

    MenuItems

    IMenuItem

    ObjectEntity

    IObjectEntity

    PeriodEnd

    IPeriodEnd

    PeriodEndAdjustment

    IPeriodEndAdjustment

    Permissions

    IPermission

    Person

    IPerson

    Pivot

    IPivot

    PivotFieldInfo

    IPivotFieldInfo

    QueryRunner

    IQueryRunner

    QueryRunnerStep

    IQueryRunnerStep

    QueryRunnerStepParameter

    IQueryRunnerStepParameter

    Report

    IReport

    ReportSSRS

    IReportSSRS

    Roles

    IRole

    ServerTask

    IServerTask

    ServerTaskData

    IServerTaskData

    ServerTaskStatus

    IServerTaskStatus

    SetEntity

    ISetEntity

    SetOwner

    Obsolete

    SQLFunction

    ISQLFunction

    SQLTypeWrapper

    ISQLTypeWrapper

    SQLWrapper

    ISQLWrapper

    Tag

    ITag

    TagType

    ITagType

    Task

    IItemTask

    TeamDefaultPermissions

    ITeamDefaultPermission

    TeamDefaultTeamPermissions

    ITeamDefaultTeamPermission

    Teams

    ITeam

    Transaction

    ITransaction

    TransactionAggregator

    ITransactionAggregator

    TransactionAggregatorOn

    ITransactionAggregatorOn

    TransactionAllocated

    ITransactionAllocated

    TransactionCode

    ITransactionCode

    TransactionCodeAllocateToTransaction

    ITransactionCodeAllocateToTransaction

    TransactionCodeAllocateToTransactionValue

    ITransactionCodeAllocateToTransactionValue

    TransactionCodeGLEntry

    ITransactionCodeGLEntry

    TransactionCodeProcessor

    ITransactionCodeProcessor

    TransactionCodeValue

    ITransactionCodeValue

    TransactionMatcher

    ITransactionMatcher

    TransactionMatcherOn

    ITransactionMatcherOn

    TransactionType

    ITransactionType

    TransactionTypeValue

    ITransactionTypeValue

    TransactionValue

    ITransactionValue

    Transfer

    ITransfer

    TransferEntityOverride

    ITransferEntityOverride

    TransferTargetPartner

    ITransferTargetPartner

    TransferTransactionTypeOverride

    ITransferTransactionTypeValueOverride

    UserRoles

    IUserRole

    Users

    IUser

    UserTeams

    IUserTeam

    VennSet

    IVennSet

    VennSetQueryableItem

    IVennsetQueryableItem

    VennSetQueryableItemFieldInfo

    IVennSetQueryableItemFieldInfo

    VennSetQueryableItemParam

    IVennSetQueryableItemParam

    Watcher

    IWatcher

    WatcherNotification

    IWatcherNotification

    WatcherNotificationListener

    IWatcherNotificationListener

    WatcherTriggerGateType

    Obsolete

    WatcherType

    IWatcherType

    Extension Methods

    EnumHelper.GetShortFlaggedValues<EntityID>()
    EnumHelper.ToShortGuid<EntityID>()
    MiscExtensions.SetIfNotEqual<EntityID, P>(Expression<Func<EntityID, P>>, P)
    ReflectionExtensions.ClearEventInvocations(String)
    ReflectionHelper.GetEnumValueCustomAttributes<AttrType, EntityID>()
    StringExtensions.ToCSVFormatString(Type)
    SQLExtensions.ToSQLValue(Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.