Interface IInstrument
The system entity for an instrument
See https://web.lemonedge.com/help/instruments/ for more information
Inherited Members
System.IEquatable<LemonEdge.API.Core.IBaseEntity>.Equals(LemonEdge.API.Core.IBaseEntity)
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
System.ComponentModel.INotifyPropertyChanging.PropertyChanging
Namespace: LemonEdge.API.Entities
Assembly: API.dll
Syntax
[EntityDefinition(EntityID.Instrument, "dbo.LT_Instruments", "Instrument", LabelColumn = "Name", IsStandingDataEntity = false, HelpURL = "instruments")]
[DefaultEntityIcon(ImageType.Contract)]
public interface IInstrument : IInstrumentBase, IBaseEntityWithPermissions, IBaseObject, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties