Click or drag to resize

EditableListStringEnumConverter Class

Inheritance Hierarchy
SystemObject
  JsonConverter
    StringEnumConverter
      Dynamicweb.ControlsEditableListStringEnumConverter

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class EditableListStringEnumConverter : StringEnumConverter

The EditableListStringEnumConverter type exposes the following members.

Constructors
  NameDescription
Public methodEditableListStringEnumConverter
Initializes a new instance of the EditableListStringEnumConverter class
Top
Properties
  NameDescription
Public propertyAllowIntegerValues
Gets or sets a value indicating whether integer values are allowed when serializing and deserializing. The default value is true.
(Inherited from StringEnumConverter.)
Public propertyCamelCaseText Obsolete.
Gets or sets a value indicating whether the written enum text should be camel case. The default value is false.
(Inherited from StringEnumConverter.)
Public propertyCanRead
Gets a value indicating whether this JsonConverter can read JSON.
(Inherited from JsonConverter.)
Public propertyCanWrite
Gets a value indicating whether this JsonConverter can write JSON.
(Inherited from JsonConverter.)
Public propertyNamingStrategy
Gets or sets the naming strategy used to resolve how enum text is written.
(Inherited from StringEnumConverter.)
Top
Methods
  NameDescription
Public methodCanConvert
Determines whether this instance can convert the specified object type.
(Inherited from StringEnumConverter.)
Public methodReadJson
Reads the JSON representation of the object.
(Inherited from StringEnumConverter.)
Public methodWriteJson (Overrides StringEnumConverter.WriteJson(JsonWriter, Object, JsonSerializer).)
Top
See Also