PreviewRow Class

Row on a form preview before final submission.

Definition

Namespace: MobileTrack.Web.Components.Components
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class PreviewRow : ComponentBase
Inheritance
Object    ComponentBase    PreviewRow

Constructors

PreviewRowInitializes a new instance of the PreviewRow class

Properties

CurrentUser User session data. (Optional)
Label Label indicating the property the value belongs to.
Value The user-assigned value for the property.

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 ComponentBaseSetParametersAsync(ParameterView))

See Also