Class PropertyQueryFilterConverter
Converts property values from json into appropriate objects, depending on their FilterDataType.
Inheritance
object
PropertyQueryFilterConverter
Namespace: StylelabsStylelabs.MStylelabs.M.BaseQueryingFilters
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
CanWrite
Declaration
Property Value
| Type | Description |
|---|---|
| bool |
Methods
CanConvert(Type)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| Type | objectType |
Returns
| Type | Description |
|---|---|
| bool |
ReadJson(JsonReader, Type, object, JsonSerializer)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| JsonReader | reader | |
| Type | objectType | |
| object | existingValue | |
| JsonSerializer | serializer |
Returns
| Type | Description |
|---|---|
| object |
WriteJson(JsonWriter, object, JsonSerializer)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| JsonWriter | writer | |
| object | value | |
| JsonSerializer | serializer |