Class PersonController
Inheritance
PersonController
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Views.Controllers
Assembly: LemonEdge.ClientEntities.dll
Syntax
public class PersonController : ObjectEntityController<IPerson>, IModelViewController
Constructors
PersonController(IBaseDefaultSingleView<IPerson>)
Declaration
public PersonController(IBaseDefaultSingleView<IPerson> view)
Parameters
Type | Name | Description |
---|---|---|
IBaseDefaultSingleView<IPerson> | view |
Properties
AllowCanBeCounterparty
Indicates the CanBeCounterparty control should also be included in the ControlNames() for this view
Declaration
protected override bool AllowCanBeCounterparty { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
LemonEdge.Client.Core.Views.Controllers.ObjectEntityController<LemonEdge.API.Entities.FinancialServices.LegalEntity.IPerson>.AllowCanBeCounterparty
AllowCanOwnInstruments
Indicates the IObjectEntityBase.AllowCanOwnInstruments control should also be included in the ControlNames() for this view
Declaration
protected override bool AllowCanOwnInstruments { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
LemonEdge.Client.Core.Views.Controllers.ObjectEntityController<LemonEdge.API.Entities.FinancialServices.LegalEntity.IPerson>.AllowCanOwnInstruments
AllowGL
Indicates the HasGL control should also be included in the ControlNames() for this view
Declaration
protected override bool AllowGL { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
LemonEdge.Client.Core.Views.Controllers.ObjectEntityController<LemonEdge.API.Entities.FinancialServices.LegalEntity.IPerson>.AllowGL
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.IPerson>.ControlNames()