Class CompaniesController
Inheritance
CompaniesController
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Views.Controllers
Assembly: LemonEdge.ClientEntities.dll
Syntax
public class CompaniesController : ObjectEntitiesController<ICompany>, IBaseGridController, ICollectionExportable, INewGridItemImplementor<ICompany>, ICopyGridItemImplementor<ICompany>, IGrid, IDeleteGridItemImplementor<ICompany>, ISearchController, IModelViewController
Constructors
CompaniesController(IBaseGrid<ICompany>)
Declaration
public CompaniesController(IBaseGrid<ICompany> view)
Parameters
Type | Name | Description |
---|---|---|
IBaseGrid<ICompany> | view |
Properties
AllowYearEnd
Indicates the optional year end control should be visible
Declaration
protected override bool AllowYearEnd { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
LemonEdge.Client.Core.Views.Controllers.ObjectEntitiesController<LemonEdge.API.Entities.FinancialServices.LegalEntity.ICompany>.AllowYearEnd
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.ObjectEntitiesController<LemonEdge.API.Entities.FinancialServices.LegalEntity.ICompany>.DefaultSearchColumn
Methods
ColumnNames()
Adds the Name, Code, LegalName, and CurrencyID 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.ObjectEntitiesController<LemonEdge.API.Entities.FinancialServices.LegalEntity.ICompany>.ColumnNames()