Search Results for

    Show / Hide Table of Contents

    Class TransactionAggregateResult

    Inheritance
    object
    TransactionAggregateResult
    Implements
    ITransactionAggregateResult
    INotifyPropertyChanging
    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.Transactions
    Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
    Syntax
    [DataContract]
    public class TransactionAggregateResult : ITransactionAggregateResult, INotifyPropertyChanging, INotifyPropertyChanged

    Constructors

    TransactionAggregateResult()

    Declaration
    public TransactionAggregateResult()

    Properties

    FuncAggregateValue

    The aggregated functional value of the transactions

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

    InstrumentID

    The instrument id grouping this transaction aggregate result is broken down by

    Declaration
    [Key]
    public Guid? InstrumentID { get; set; }
    Property Value
    Type Description
    Guid?

    InstrumentID_Label

    The label of the instrument

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

    LocalAggregateValue

    The aggregated local value of the transactions

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

    ReportingAggregateValue

    The aggregated reporting value of the transactions

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

    Methods

    OnPropertyChanged(string)

    Declaration
    protected void OnPropertyChanged(string propName)
    Parameters
    Type Name Description
    string propName

    OnPropertyChanging(string)

    Declaration
    protected void OnPropertyChanging(string propName)
    Parameters
    Type Name Description
    string propName

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    PropertyChangedEventHandler

    PropertyChanging

    Declaration
    public event PropertyChangingEventHandler PropertyChanging
    Event Type
    Type Description
    PropertyChangingEventHandler

    Implements

    ITransactionAggregateResult
    INotifyPropertyChanging
    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.