Class CompanyStructureController
Inheritance
CompanyStructureController
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Views.Controllers
Assembly: LemonEdge.ClientEntities.dll
Syntax
public class CompanyStructureController : BaseEntitySetController<ICompanyStructure>, IModelViewController
Constructors
CompanyStructureController(IBaseDefaultSingleView<ICompanyStructure>)
Declaration
public CompanyStructureController(IBaseDefaultSingleView<ICompanyStructure> view)
Parameters
Type | Name | Description |
---|---|---|
IBaseDefaultSingleView<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
LemonEdge.Client.Core.Views.Controllers.BaseEntitySetController<LemonEdge.API.Entities.FinancialServices.LegalEntity.ICompanyStructure>.ContextHelpURL
Methods
ControlNames()
Adds the Name, CurrencyID, RoundingLevel and YearEnd as controls to the view
Declaration
protected override IEnumerable<ControlDisplayInfoLight> ControlNames()
Returns
Type | Description |
---|---|
IEnumerable<ControlDisplayInfoLight> | The controls to be displayed against this view |
Overrides
LemonEdge.Client.Core.Views.Controllers.BaseEntitySetController<LemonEdge.API.Entities.FinancialServices.LegalEntity.ICompanyStructure>.ControlNames()