InputComponentBaseTModel Property
Model to get the data from, which is derived from the
EditContext.
This property will be null if the
Model isn't set,
or if
T isn't the type of the
Model.
The property assumes that the EditContext is set properly, and a
Assert(Boolean) is placed in the
OnParametersSet method as a
safeguard.
Namespace: MobileTrack.Web.Components.ViewsAssembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
protected T Model { get; }
Property Value
T