Search Results for

    Show / Hide Table of Contents

    Class PivotedTransactionValue

    Inheritance
    object
    PivotedTransactionValue
    Implements
    INotifyPropertyChanged
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Entities.FinancialServices.Processors.Transactional
    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
    Type Name Description
    ITransactionProcessor processor
    ITransaction tran
    bool isUnits
    bool isCSE

    PivotedTransactionValue(ITransactionProcessor, ITransactionTypeValue, ITransactionCodeValue, ITransaction)

    Declaration
    public PivotedTransactionValue(ITransactionProcessor processor, ITransactionTypeValue def, ITransactionCodeValue codeVal, ITransaction tran)
    Parameters
    Type Name Description
    ITransactionProcessor processor
    ITransactionTypeValue def
    ITransactionCodeValue codeVal
    ITransaction tran

    Properties

    Color

    Declaration
    [NotMapped]
    public Color Color { get; set; }
    Property Value
    Type Description
    Color

    CurrencyID

    Declaration
    public Guid CurrencyID { get; }
    Property Value
    Type Description
    Guid

    CurrencyID_Label

    Declaration
    public string CurrencyID_Label { get; }
    Property Value
    Type Description
    string

    EntityID

    Declaration
    public Guid EntityID { get; }
    Property Value
    Type Description
    Guid

    EntityID_Label

    Declaration
    public string EntityID_Label { get; }
    Property Value
    Type Description
    string

    FuncAmount

    Declaration
    public decimal FuncAmount { get; set; }
    Property Value
    Type Description
    decimal

    LocalAmount

    Declaration
    public decimal LocalAmount { get; set; }
    Property Value
    Type Description
    decimal

    NetFuncAmount

    Declaration
    public decimal NetFuncAmount { get; }
    Property Value
    Type Description
    decimal

    NetLocalAmount

    Declaration
    public decimal NetLocalAmount { get; }
    Property Value
    Type Description
    decimal

    NetReportingAmount

    Declaration
    public decimal NetReportingAmount { get; }
    Property Value
    Type Description
    decimal

    Note

    Declaration
    public string Note { get; set; }
    Property Value
    Type Description
    string

    Reference

    Declaration
    public int Reference { get; }
    Property Value
    Type Description
    int

    ReportingAmount

    Declaration
    public decimal ReportingAmount { get; set; }
    Property Value
    Type Description
    decimal

    Transaction

    Declaration
    public ITransaction Transaction { get; }
    Property Value
    Type Description
    ITransaction

    TransactionValueID

    Declaration
    public Guid TransactionValueID { get; }
    Property Value
    Type Description
    Guid

    TransactionValueID_Label

    Declaration
    public string TransactionValueID_Label { get; }
    Property Value
    Type Description
    string

    Methods

    RemoveHandlers()

    Declaration
    public void RemoveHandlers()

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    PropertyChangedEventHandler

    Implements

    INotifyPropertyChanged

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.