Table of Contents

Class BaseDateTimeSelector<TValue>.JsonOutput

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

Constructors

JsonOutput()

protected JsonOutput()

Properties

DateInternal

[JsonProperty(PropertyName = "date")]
protected abstract string DateInternal { get; }

Property Value

string

FullDateFormat

[JsonProperty(PropertyName = "fullFormat")]
public string FullDateFormat { get; set; }

Property Value

string

ShortDateFormat

[JsonProperty(PropertyName = "shortFormat")]
public string ShortDateFormat { get; set; }

Property Value

string

Value

public TValue Value { get; set; }

Property Value

TValue