TrackPropertyCompareOperationConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for TrackPropertyCompareOperation.
public sealed class TrackPropertyCompareOperationConverter : Newtonsoft.Json.JsonConverter
type TrackPropertyCompareOperationConverter = class
inherit JsonConverter
Public NotInheritable Class TrackPropertyCompareOperationConverter
Inherits JsonConverter
- Inheritance
-
Newtonsoft.Json.JsonConverterTrackPropertyCompareOperationConverter
Constructors
TrackPropertyCompareOperationConverter() |
Methods
CanConvert(Type) |
Returns if objectType can be converted to TrackPropertyCompareOperation by the converter. |
ReadJson(JsonReader, Type, Object, JsonSerializer) |
Overrides ReadJson and converts token to TrackPropertyCompareOperation. |
WriteJson(JsonWriter, Object, JsonSerializer) |
Overriding WriteJson for TrackPropertyCompareOperation for serialization. |