Table of Contents

Class BaseDateTimeSelector<TValue>.JsonOptions

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
protected class BaseDateTimeSelector<TValue>.JsonOptions
Inheritance
BaseDateTimeSelector<TValue>.JsonOptions
Inherited Members

Constructors

JsonOptions()

public JsonOptions()

Properties

ClientID

[JsonProperty(PropertyName = "id")]
public string ClientID { get; set; }

Property Value

string

CssClass

[JsonProperty(PropertyName = "class", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string CssClass { get; set; }

Property Value

string

CssStyle

[JsonProperty(PropertyName = "style", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string CssStyle { get; set; }

Property Value

string

Data

[JsonProperty(PropertyName = "data", DefaultValueHandling = DefaultValueHandling.Ignore)]
public BaseDateTimeSelector<TValue>.JsonOutput Data { get; set; }

Property Value

BaseDateTimeSelector<TValue>.JsonOutput

Disabled

[JsonProperty(PropertyName = "disabled", DefaultValueHandling = DefaultValueHandling.Ignore)]
public bool Disabled { get; set; }

Property Value

bool

EmptyMessage

[JsonProperty(PropertyName = "placeholder", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string EmptyMessage { get; set; }

Property Value

string

Events

[JsonProperty(PropertyName = "events")]
public BaseDateTimeSelector<TValue>.JsonEvents Events { get; set; }

Property Value

BaseDateTimeSelector<TValue>.JsonEvents

Preset

[JsonProperty(PropertyName = "preset", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Preset { get; set; }

Property Value

string

ReadOnly

[JsonProperty(PropertyName = "readOnly", DefaultValueHandling = DefaultValueHandling.Ignore)]
public bool ReadOnly { get; set; }

Property Value

bool

ShowDate

[JsonProperty(PropertyName = "enableDate", DefaultValueHandling = DefaultValueHandling.Ignore)]
public bool ShowDate { get; set; }

Property Value

bool

ShowTime

[JsonProperty(PropertyName = "enableTime", DefaultValueHandling = DefaultValueHandling.Ignore)]
public bool ShowTime { get; set; }

Property Value

bool

ShowTimeZone

[JsonProperty(PropertyName = "enableTz", DefaultValueHandling = DefaultValueHandling.Ignore)]
public bool ShowTimeZone { get; set; }

Property Value

bool

UniqueID

[JsonProperty(PropertyName = "name")]
public string UniqueID { get; set; }

Property Value

string

Methods

ShouldSerializeEvents()

public bool ShouldSerializeEvents()

Returns

bool