EventJsonConverter Class
Represents a JsonConverter to convert Events to and from JSON.
Inheritance Hierarchy
SystemObject
JsonConverter
JsonConverterEvent
TcHmiSrv.Core.Tools.Json.Newtonsoft.ConvertersEventJsonConverter
Namespace: TcHmiSrv.Core.Tools.Json.Newtonsoft.Converters
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version:
3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9
Syntax
C#
public class EventJsonConverter : JsonConverter<Event>The EventJsonConverter type exposes the following members.
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets an EventJsonConverter with advanced conversions to and from Value enabled to convert Events to and from JSON. | |
|
|
CanRead |
Gets a value indicating whether this JsonConverter can read JSON. |
|
|
CanWrite |
Gets a value indicating whether this JsonConverter can write JSON. |
|
|
Gets an EventJsonConverter to
convert Events to and from
JSON. | |
|
|
Gets an EventJsonConverter to convert Events to and from JSON. |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
CanConvert |
Determines whether this instance can convert the specified
object type. |
|
|
Determines whether the specified object is equal to the current
object. | |
|
|
Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. | |
|
|
Serves as the default hash function. | |
|
|
Gets the Type of the current
instance. | |
|
|
Creates a shallow copy of the current Object. | |
|
|
ReadJson(JsonReader, Type, Object, JsonSerializer) |
Reads the JSON representation of the object. |
|
|
| |
|
|
Returns a string that represents the current object. | |
|
|
WriteJson(JsonWriter, Object, JsonSerializer) |
Writes the JSON representation of the object. |
|
|
|
Version Information
Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0
Reference
TcHmiSrv.Core.Tools.Json.Newtonsoft.Converters Namespace
Copyright © Beckhoff Automation GmbH & Co. KG