Class BaseEntitySetController<T>
An optional base entity controller used for displaying any entity that inherits from IEntitySetBase in a consistent manner
Inheritance
BaseEntitySetController<T>
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Views.Controllers
Assembly: LemonEdge.ClientCore.dll
Syntax
public abstract class BaseEntitySetController<T> : BaseDefaultSingleViewController<T>, IModelViewController where T : IEntitySetBase
Type Parameters
Name | Description |
---|---|
T | The entity type that inherits from IEntitySetBase |
Constructors
BaseEntitySetController(IBaseDefaultSingleView<T>)
Creates a new BaseEntitySetController
Declaration
public BaseEntitySetController(IBaseDefaultSingleView<T> view)
Parameters
Type | Name | Description |
---|---|---|
IBaseDefaultSingleView<T> | view | The IBaseDefaultSingleView view implementation using the UI components of the client application |
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
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 |