Suoranta.EnterpriseLib.Web - Developer API

JsonDateParserFilter Members

The JsonDateParserFilter type exposes the following members.

Constructors


  Name Description
Public method JsonDateParserFilter(String, DateTimeStyles)
Use this constructor if values are serialized to JSON in the ISO 8601 format but Controller does not deserialize them properly.
Public method JsonDateParserFilter(String, String, DateTimeStyles)
Use this constructor if the client-side cannot return ISO 8601 formatted values but form field values conform to a culture.
Public method JsonDateParserFilter(String, DateTimeStyles, String)
Use this constructors as a last resort when the received date format needs to be specified manually.

Properties


  Name Description
Protected property ActionParameter (Inherited from ReadJsonFilter.)
Public property AllowMultiple (Inherited from FilterAttribute.)
Protected property InputValueType
Public property Order (Inherited from FilterAttribute.)
Public property TypeId (Inherited from Attribute.)