Table of Contents

Class DateSelector

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
public class DateSelector : BaseDateTimeSelector<DateTime?>, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IBaseDateTimeSelector, IPostBackDataHandler, IHasEmptyMessage
Inheritance
DateSelector
Implements
Inherited Members

Constructors

DateSelector()

public DateSelector()

Properties

HasValue

public override bool HasValue { get; }

Property Value

bool

Value

public override DateTime? Value { get; set; }

Property Value

DateTime?

Methods

GetInputData(string)

protected override BaseDateTimeSelector<DateTime?>.JsonInput GetInputData(string json)

Parameters

json string

Returns

BaseDateTimeSelector<DateTime?>.JsonInput

GetJsonOptions()

protected override BaseDateTimeSelector<DateTime?>.JsonOptions GetJsonOptions()

Returns

BaseDateTimeSelector<DateTime?>.JsonOptions

GetOutputData()

protected override BaseDateTimeSelector<DateTime?>.JsonOutput GetOutputData()

Returns

BaseDateTimeSelector<DateTime?>.JsonOutput