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
System.IEquatable<LemonEdge.API.Core.IBaseEntity>.Equals(LemonEdge.API.Core.IBaseEntity)
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
System.ComponentModel.INotifyPropertyChanging.PropertyChanging
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 |