Class TransactionCodeAllocateToTransactionValue
Inheritance
TransactionCodeAllocateToTransactionValue
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class TransactionCodeAllocateToTransactionValue : BaseEntity, ITransactionCodeAllocateToTransactionValue, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<ITransactionCodeAllocateToTransactionValue>
Constructors
TransactionCodeAllocateToTransactionValue()
Declaration
public TransactionCodeAllocateToTransactionValue()
Properties
AllocateToTransactionID
Declaration
[RequiredNoDefaultIDValidation]
public Guid AllocateToTransactionID { get; set; }
Property Value
AllocateToTransactionID_Label
Declaration
public string AllocateToTransactionID_Label { get; set; }
Property Value
AllocateToTransactionID_Label_Silent
Declaration
[NotMapped]
public string AllocateToTransactionID_Label_Silent { get; set; }
Property Value
OffsetNegate
Indicates the offsetting transaction amount should be negated
Declaration
public bool OffsetNegate { get; set; }
Property Value
SourceTransactionCodeValueID
Declaration
public Guid SourceTransactionCodeValueID { get; set; }
Property Value
SourceTransactionCodeValueID_Label
Declaration
public string SourceTransactionCodeValueID_Label { get; set; }
Property Value
SourceTransactionCodeValueID_Label_Silent
Declaration
[NotMapped]
public string SourceTransactionCodeValueID_Label_Silent { get; set; }
Property Value
TargetTransactionCodeValueID
Declaration
public Guid TargetTransactionCodeValueID { get; set; }
Property Value
TargetTransactionCodeValueID_Label
Declaration
public string TargetTransactionCodeValueID_Label { get; set; }
Property Value
TargetTransactionCodeValueID_Label_Silent
Declaration
[NotMapped]
public string TargetTransactionCodeValueID_Label_Silent { get; set; }
Property Value
TransactionCodeID
[Key] Links to ITransactionCode. The parent transaction code this processor is a member of
Declaration
[RequiredNoDefaultIDValidation]
public Guid TransactionCodeID { get; set; }
Property Value
TransactionCodeID_Label
Declaration
public string TransactionCodeID_Label { get; set; }
Property Value
TransactionCodeID_Label_Silent
Declaration
[NotMapped]
public string TransactionCodeID_Label_Silent { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(ITransactionCodeAllocateToTransactionValue)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(ITransactionCodeAllocateToTransactionValue source)
Parameters
Implements
Extension Methods