Search Results for

    Show / Hide Table of Contents

    Interface ITransactionCodeAllocateToTransactionValue

    The system entity for a transaction code allocate to transaction entity, which holds settings for automatically creating a new transaction for entites that are being allocated to

    See https://web.lemonedge.com/help/transaction-codes/ for more information

    Inherited Members
    IBaseEntity.AccountID
    IBaseEntity.ID
    IBaseEntity.LastUpdated
    IBaseEntity.ModifiedByUserID
    IBaseEntity.CanvasID
    IBaseEntity.GetLabel(String)
    IBaseEntity.SetLabel(String, String)
    IBaseEntity.SetSilentLabel(String, String)
    System.IEquatable<LemonEdge.API.Core.IBaseEntity>.Equals(LemonEdge.API.Core.IBaseEntity)
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    System.ComponentModel.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
    Assembly: API.dll
    Syntax
    [EntityDefinition(EntityID.TransactionCodeAllocateToTransactionValue, "dbo.LT_TransactionCodeAllocateToTransactionValues", "TransactionCodeAllocateToTransactionValue", IsStandingDataEntity = true)]
    [DefaultEntityIcon(ImageType.TransactionCode)]
    public interface ITransactionCodeAllocateToTransactionValue : IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties

    Properties

    AllocateToTransactionID

    [Key] Links to ITransactionCodeAllocateToTransaction.

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, false)]
    [EntityRelationship(EntityID.TransactionCodeAllocateToTransaction, "ID", SingleJoinType.One, "Allocated To Transaction", "Allocated Transaction Values", DeleteWithRelationship = true, PartOfParentSet = true, LinkToItemInSet = false, InheritPermissions = false)]
    Guid AllocateToTransactionID { get; set; }
    Property Value
    Type Description
    System.Guid

    SourceTransactionCodeValueID

    Links to ITransactionCodeValue.

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, false)]
    [EntityRelationship(EntityID.TransactionTypeValue, "ID", SingleJoinType.ZeroToOne, "Source Transaction Code Value", "Values", DeleteWithRelationship = true, PartOfParentSet = false, LinkToItemInSet = false, InheritPermissions = false)]
    Guid SourceTransactionCodeValueID { get; set; }
    Property Value
    Type Description
    System.Guid

    TargetTransactionCodeValueID

    Links to ITransactionCodeValue.

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, false)]
    [EntityRelationship(EntityID.TransactionTypeValue, "ID", SingleJoinType.ZeroToOne, "Target Transaction Code Value", "Values", DeleteWithRelationship = true, PartOfParentSet = false, LinkToItemInSet = false, InheritPermissions = false)]
    Guid TargetTransactionCodeValueID { get; set; }
    Property Value
    Type Description
    System.Guid

    TransactionCodeID

    [Key] Links to ITransactionCode. The parent transaction code this processor is a member of

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, false)]
    [EntityRelationship(EntityID.TransactionCode, "ID", SingleJoinType.One, "Transaction Code", "Allocated Transaction Values", DeleteWithRelationship = true, PartOfParentSet = true, LinkToItemInSet = false, InheritPermissions = true)]
    Guid TransactionCodeID { get; set; }
    Property Value
    Type Description
    System.Guid

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)

    See Also

    ITransactionCode
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.