DateTimeInputT Class

Input for date and time properties.

Definition

Namespace: MobileTrack.Web.Components.Components
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class DateTimeInput<T> : InputComponentBase<T>
where T : class
Inheritance
Object    ComponentBase    InputComponentBaseT    DateTimeInputT

Type Parameters

T
The model type, usually derived from IIdLabel

Constructors

DateTimeInputTInitializes a new instance of the DateTimeInputT class

Properties

Accessor Accessor for the property
Label Label displayed left of the checkbox element
MaxDate Maximum date for the date picker
MinDate Minimum date for the date picker
ToolTip Tooltip for the checkbox element

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