Class PivotedTransactionValue
Inheritance
PivotedTransactionValue
Assembly: LemonEdge.API.Entities.FinancialServices.dll
Syntax
public class PivotedTransactionValue : INotifyPropertyChanged
Constructors
PivotedTransactionValue(ITransactionProcessor, ITransaction, bool, bool)
Declaration
public PivotedTransactionValue(ITransactionProcessor processor, ITransaction tran, bool isUnits, bool isCSE)
Parameters
PivotedTransactionValue(ITransactionProcessor, ITransactionTypeValue, ITransactionCodeValue, ITransaction)
Declaration
public PivotedTransactionValue(ITransactionProcessor processor, ITransactionTypeValue def, ITransactionCodeValue codeVal, ITransaction tran)
Parameters
Properties
Color
Declaration
[NotMapped]
public Color Color { get; set; }
Property Value
CurrencyID
Declaration
public Guid CurrencyID { get; }
Property Value
CurrencyID_Label
Declaration
public string CurrencyID_Label { get; }
Property Value
EntityID
Declaration
public Guid EntityID { get; }
Property Value
EntityID_Label
Declaration
public string EntityID_Label { get; }
Property Value
FuncAmount
Declaration
public decimal FuncAmount { get; set; }
Property Value
LocalAmount
Declaration
public decimal LocalAmount { get; set; }
Property Value
NetFuncAmount
Declaration
public decimal NetFuncAmount { get; }
Property Value
NetLocalAmount
Declaration
public decimal NetLocalAmount { get; }
Property Value
NetReportingAmount
Declaration
public decimal NetReportingAmount { get; }
Property Value
Note
Declaration
public string Note { get; set; }
Property Value
Reference
Declaration
public int Reference { get; }
Property Value
ReportingAmount
Declaration
public decimal ReportingAmount { get; set; }
Property Value
Transaction
Declaration
public ITransaction Transaction { get; }
Property Value
TransactionValueID
Declaration
public Guid TransactionValueID { get; }
Property Value
TransactionValueID_Label
Declaration
public string TransactionValueID_Label { get; }
Property Value
Methods
RemoveHandlers()
Declaration
public void RemoveHandlers()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements
Extension Methods