FreeFieldsInputT Class

Input fields for extra fields on an item form

Definition

Namespace: MobileTrack.Web.Components.Components
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class FreeFieldsInput<T> : InputComponentBase<T>
where T : class, IIdLabel, IFreeFields
Inheritance
Object    ComponentBase    InputComponentBaseT    FreeFieldsInputT

Type Parameters

T
The model that contains the properties of IFreeFields

Constructors

FreeFieldsInputTInitializes a new instance of the FreeFieldsInputT class

Properties

CurrentUser Dependency injected user state service.
Labels Labels for the free fields, if the company has set them.

Methods

SetParametersAsync Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides InputComponentBaseTSetParametersAsync(ParameterView))

See Also