Class CompanyController
Inheritance
CompanyController
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Views.Controllers
Assembly: LemonEdge.ClientEntities.dll
Syntax
public class CompanyController : ObjectEntityController<ICompany>, IModelViewController
Constructors
CompanyController(IBaseDefaultSingleView<ICompany>)
Declaration
public CompanyController(IBaseDefaultSingleView<ICompany> view)
Parameters
| Type | Name | Description |
|---|---|---|
| IBaseDefaultSingleView<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.ObjectEntityController<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
Methods
ControlNames()
Adds the Name, Code, LegalName, and CurrencyID 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.ObjectEntityController<LemonEdge.API.Entities.FinancialServices.LegalEntity.ICompany>.ControlNames()