Search Results for

    Show / Hide Table of Contents

    Class InstrumentSetInfo

    Inheritance
    object
    InstrumentSetInfo
    Implements
    IInstrumentSetInfo
    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 InstrumentSetInfo : IInstrumentSetInfo, INotifyPropertyChanging, INotifyPropertyChanged

    Constructors

    InstrumentSetInfo()

    Declaration
    public InstrumentSetInfo()

    Properties

    CurrencyID

    The currency of the instrument

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

    CurrencyID_Label

    The name of the currency for this instrument

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

    InstrumentID

    The unique global id of an instrument that belongs to this set

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

    InstrumentID_Label

    The name of the instrument that belongs in this instrument set

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

    InstrumentSetID

    The unique global id of an instrument set

    Declaration
    public Guid InstrumentSetID { get; set; }
    Property Value
    Type Description
    Guid

    InstrumentSetID_Label

    The name of ths instrument set

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

    OwningEntityID

    The owning entity of the instrument

    Declaration
    public Guid OwningEntityID { get; set; }
    Property Value
    Type Description
    Guid

    OwningEntityID_Label

    The name of the entity that owns this instrument

    Declaration
    public string OwningEntityID_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

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