Class CompanyStructuresController
Inheritance
CompanyStructuresController
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Views.Controllers
Assembly: LemonEdge.ClientEntities.dll
Syntax
public class CompanyStructuresController : EntitySetsController<ICompanyStructure>, IBaseGridController, ICollectionExportable, INewGridItemImplementor<ICompanyStructure>, ICopyGridItemImplementor<ICompanyStructure>, IGrid, IDeleteGridItemImplementor<ICompanyStructure>, ISearchController, IModelViewController
Constructors
CompanyStructuresController(IBaseGrid<ICompanyStructure>)
Declaration
public CompanyStructuresController(IBaseGrid<ICompanyStructure> view)
Parameters
Type | Name | Description |
---|---|---|
IBaseGrid<ICompanyStructure> | view |
Properties
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 |
Overrides
DefaultSearchColumn
The name of the column to use in the default search of text in the grid
Declaration
protected override string DefaultSearchColumn { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
LemonEdge.Client.Core.Views.Controllers.EntitySetsController<LemonEdge.API.Entities.FinancialServices.LegalEntity.ICompanyStructure>.DefaultSearchColumn
Methods
ColumnNames()
Adds the Name, CurrencyID, RoundingLevel , and YearEnd as columns to the grid
Declaration
protected override IEnumerable<ControlDisplayInfoLight> ColumnNames()
Returns
Type | Description |
---|---|
IEnumerable<ControlDisplayInfoLight> | The columns to be displayed against this grid view |
Overrides
LemonEdge.Client.Core.Views.Controllers.EntitySetsController<LemonEdge.API.Entities.FinancialServices.LegalEntity.ICompanyStructure>.ColumnNames()