Search Results for

    Show / Hide Table of Contents

    Class InstrumentCapitalAccountDataSettingResult

    Inheritance
    object
    InstrumentCapitalAccountDataSettingResult
    Implements
    IInstrumentCapitalAccountDataSettingResult
    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 InstrumentCapitalAccountDataSettingResult : IInstrumentCapitalAccountDataSettingResult, INotifyPropertyChanging, INotifyPropertyChanged

    Constructors

    InstrumentCapitalAccountDataSettingResult()

    Declaration
    public InstrumentCapitalAccountDataSettingResult()

    Properties

    CapitalAccountDataSplitOverride

    Indicates if this instrument has a setting indicating all transactions processed during capital account data processing should use the following specified allocation type (A or B)

    The default is amount A

    Declaration
    public AllocationType CapitalAccountDataSplitOverride { get; set; }
    Property Value
    Type Description
    AllocationType

    CapitalAccountDataSplitOverride_Tooltip

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

    ExcludeFromCapitalAccountData

    Indicates if this instrument has a setting indicating all transactions associated with it should be excluding from capital account data processing

    Declaration
    public bool ExcludeFromCapitalAccountData { get; set; }
    Property Value
    Type Description
    bool

    InstrumentID

    Holds the id of the instrument this setting is for

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

    InstrumentID_Label

    The label for the instrument that this setting is for

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

    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

    IInstrumentCapitalAccountDataSettingResult
    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.