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.

Definition

Namespace: MobileTrack.Web.Components.Views
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
protected T Model { get; }

Property Value

T

See Also