Class InstrumentsController
Inheritance
InstrumentsController
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Views.Controllers
Assembly: LemonEdge.ClientEntities.dll
Syntax
public class InstrumentsController : InstrumentsController<IInstrument>, IBaseGridController, ICollectionExportable, INewGridItemImplementor<IInstrument>, ICopyGridItemImplementor<IInstrument>, IGrid, IDeleteGridItemImplementor<IInstrument>, ISearchController, IModelViewController
Constructors
InstrumentsController(IBaseGrid<IInstrument>)
Declaration
public InstrumentsController(IBaseGrid<IInstrument> view)
Parameters
Type | Name | Description |
---|---|---|
IBaseGrid<IInstrument> | view |
Properties
AutoOpenNewItemInTab
Indicates when creating a new item in the grid that it should automatically be opened in a new tab as well
The default is true if the type IInstrument is an entity that is not a IsStandingDataEntity
Declaration
public override bool AutoOpenNewItemInTab { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
LemonEdge.Client.Core.Views.Controllers.InstrumentsController<LemonEdge.API.Entities.FinancialServices.Products.IInstrument>.AutoOpenNewItemInTab
ContextHelpURL
An optional associated url of a help file for the view this controller works with
Declaration
public override string ContextHelpURL { get; }
Property Value
Type | Description |
---|---|
string |