Click or drag to resize
LocalizedAgeCategoryJsonConverter Class
JSON converter for localizing string representation of AgeCategoryEnum.
Inheritance Hierarchy
SystemObject
  JsonConverter
    CMS.ContactManagement.Web.UI.InternalLocalizedAgeCategoryJsonConverter

Namespace: CMS.ContactManagement.Web.UI.Internal
Assembly: CMS.ContactManagement.Web.UI (in CMS.ContactManagement.Web.UI.dll) Version: 11.0.0
Syntax
C#
public class LocalizedAgeCategoryJsonConverter : JsonConverter

The LocalizedAgeCategoryJsonConverter type exposes the following members.

Constructors
  NameDescription
Public methodLocalizedAgeCategoryJsonConverter
Instantiates new instance of LocalizedAgeCategoryJsonConverter.
Top
Properties
  NameDescription
Public propertyCanRead (Inherited from JsonConverter.)
Public propertyCanWrite (Inherited from JsonConverter.)
Top
Methods
  NameDescription
Public methodCanConvert
Returns true if given objectType is of type AgeCategoryEnum; otherwise, false.
(Overrides JsonConverter.CanConvert(Type).)
Public methodGetSchema Obsolete. (Inherited from JsonConverter.)
Public methodReadJson
Not implemented.
(Overrides JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer).)
Public methodWriteJson
Writes localized string representation of given value to the writer.
(Overrides JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer).)
Top
See Also