Class QuestionTypeController
Inheritance
QuestionTypeController
Implements
Inherited Members
BaseDefaultSingleViewController<IQuestionType>.DisplayControlItem(ControlDisplayInfo, IQuestionType)
Namespace: LemonEdge.Client.Core.Views
Assembly: LemonEdge.ClientEntities.dll
Syntax
public class QuestionTypeController : BaseDefaultSingleViewController<IQuestionType>, IModelViewController
Constructors
QuestionTypeController(IBaseDefaultSingleView<IQuestionType>)
Declaration
public QuestionTypeController(IBaseDefaultSingleView<IQuestionType> view)
Parameters
Type | Name | Description |
---|---|---|
IBaseDefaultSingleView<IQuestionType> | view |
Methods
ControlNames()
A list of all the controls to be dynamically created in the SingleView
This is used by the system to create the actual ControlDisplayInfo classes required from the Controls() property
You can override this to provide a simple definition of each control (combined with AlterControlInfo(ControlDisplayInfo) for more detail), or you can just override Controls() and ignore thisDeclaration
protected override IEnumerable<ControlDisplayInfoLight> ControlNames()
Returns
Type | Description |
---|---|
IEnumerable<ControlDisplayInfoLight> | A list of all the controls to be dynamically created in the SingleView |
Overrides
LemonEdge.Client.Core.Views.Core.BaseDefaultSingleViewController<LemonEdge.API.Entities.Questionaire.IQuestionType>.ControlNames()