EditableListStringEnumConverter Class |
Namespace: Dynamicweb.Controls
The EditableListStringEnumConverter type exposes the following members.
Name | Description | |
---|---|---|
EditableListStringEnumConverter | Initializes a new instance of the EditableListStringEnumConverter class |
Name | Description | |
---|---|---|
AllowIntegerValues |
Gets or sets a value indicating whether integer values are allowed when serializing and deserializing.
The default value is true.
(Inherited from StringEnumConverter.) | |
CamelCaseText | Obsolete.
Gets or sets a value indicating whether the written enum text should be camel case.
The default value is false.
(Inherited from StringEnumConverter.) | |
CanRead |
Gets a value indicating whether this JsonConverter can read JSON.
(Inherited from JsonConverter.) | |
CanWrite |
Gets a value indicating whether this JsonConverter can write JSON.
(Inherited from JsonConverter.) | |
NamingStrategy |
Gets or sets the naming strategy used to resolve how enum text is written.
(Inherited from StringEnumConverter.) |
Name | Description | |
---|---|---|
CanConvert |
Determines whether this instance can convert the specified object type.
(Inherited from StringEnumConverter.) | |
ReadJson |
Reads the JSON representation of the object.
(Inherited from StringEnumConverter.) | |
WriteJson | (Overrides StringEnumConverter.WriteJson(JsonWriter, Object, JsonSerializer).) |