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()
Properties
DateInternal
[JsonProperty(PropertyName = "date")]
protected abstract string DateInternal { get; }
Property Value
- string
[JsonProperty(PropertyName = "fullFormat")]
public string FullDateFormat { get; set; }
Property Value
- string
[JsonProperty(PropertyName = "shortFormat")]
public string ShortDateFormat { get; set; }
Property Value
- string
Value
public TValue Value { get; set; }
Property Value
- TValue