Search Results for

    Show / Hide Table of Contents

    Interface IInstrument

    The system entity for an instrument

    See https://help.lemonedge.com/help/financial-services-engine/entities/instruments/intro.html for more information

    Inherited Members
    IInstrumentBase.Name
    IInstrumentBase.CurrencyID
    IInstrumentBase.OwningEntityID
    IInstrumentBase.Unitized
    IInstrumentBase.AllowUnmapped
    IInstrumentBase.UnitRoundingDecimalPlaces
    IInstrumentBase.CSERoundingDecimalPlaces
    IBaseObject.InheritingObjectTypeID
    IBaseEntity.GetLabel(string)
    IBaseEntity.SetLabel(string, string)
    IBaseEntity.SetSilentLabel(string, string)
    IBaseEntity.AccountID
    IBaseEntity.ID
    IBaseEntity.LastUpdated
    IBaseEntity.ModifiedByUserID
    IBaseEntity.CanvasID
    IBaseEntity.AlgorithmStepID
    IBaseEntity.SafeID
    IEquatable<IBaseEntity>.Equals(IBaseEntity)
    INotifyPropertyChanged.PropertyChanged
    INotifyPropertyChanging.PropertyChanging
    ICloneableAsync.Clone(object)
    ICloneableAsync.CopyFromSource(object)
    ICanTrackProperties.HasTrackedPropertyChanged(string)
    ICanTrackProperties.OriginalTrackedPropertyValue(string)
    ICanTrackProperties.OriginalTrackedPropertyValue<T>(string)
    ICanTrackProperties.ClearTrackedOriginalValues()
    ICanTrackProperties.GetAllOriginalTrackedPropertyValues()
    Namespace: LemonEdge.API.Entities.FinancialServices.Products
    Assembly: LemonEdge.API.Entities.FinancialServices.dll
    Syntax
    [EntityDefinition(EntityID.Instrument, "dbo.LT_Instruments", "Instrument", LabelColumn = "Name", IsStandingDataEntity = false, HelpURL = "help/financial-services-engine/entities/instruments/intro.html")]
    [DefaultEntityIcon(ImageType.Contract)]
    public interface IInstrument : IInstrumentBase, IBaseEntityWithPermissions, IBaseObject, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties

    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)

    See Also

    IImportDefinition
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.