Class BlendTransactionAllocation
Contains a breakdown of the set of items to create transactions against, and their allocations, for a IBlendTransaction
Inheritance
System.Object
BlendTransactionAllocation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LemonEdge.API.Processors.Transactional
Assembly: API.dll
Syntax
public class BlendTransactionAllocation
Properties
Allocations
A list of items that transactions should be created against
Declaration
public List<BlendTransactionToAllocation> Allocations { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BlendTransactionToAllocation> |
SQLWrapperID
If the SourceType is a sql wrapper, this holds the sql wrapper id, that items will be created from
Declaration
public Guid? SQLWrapperID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
ToEntityPathID
If the TargetType is Path or PathInverted, this will have the path to allocate the transaction down/up
Declaration
public Guid? ToEntityPathID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |