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

EventJsonConverter Class 1:

EventJsonConverter Class 2:

AdvancedConverter

Gets an EventJsonConverter with advanced conversions to and from Value enabled to convert Events to and from JSON.

EventJsonConverter Class 3:

CanRead

Gets a value indicating whether this JsonConverter can read JSON.
(Inherited from JsonConverter)

EventJsonConverter Class 4:

CanWrite

Gets a value indicating whether this JsonConverter can write JSON.
(Inherited from JsonConverter)

EventJsonConverter Class 5:

EventJsonConverter Class 6:

Converter

Gets an EventJsonConverter to convert Events to and from JSON.
Obsolete

EventJsonConverter Class 7:

EventJsonConverter Class 8:

DefaultConverter

Gets an EventJsonConverter to convert Events to and from JSON.

Methods

 

Name

Description

EventJsonConverter Class 9:

CanConvert

Determines whether this instance can convert the specified object type.
(Inherited from JsonConverterEvent)

EventJsonConverter Class 10:

Equals

Determines whether the specified object is equal to the current object.
(Inherited from Object)

EventJsonConverter Class 11:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)

EventJsonConverter Class 12:

GetHashCode

Serves as the default hash function.
(Inherited from Object)

EventJsonConverter Class 13:

GetType

Gets the Type of the current instance.
(Inherited from Object)

EventJsonConverter Class 14:

MemberwiseClone

Creates a shallow copy of the current Object.
(Inherited from Object)

EventJsonConverter Class 15:

ReadJson(JsonReader, Type, Object, JsonSerializer)

Reads the JSON representation of the object.
(Inherited from JsonConverterEvent)

EventJsonConverter Class 16:

ReadJson(JsonReader, Type, Event, Boolean, JsonSerializer)


(Overrides JsonConverter.ReadJson(JsonReader, Type, UTP, Boolean, JsonSerializer))

EventJsonConverter Class 17:

ToString

Returns a string that represents the current object.
(Inherited from Object)

EventJsonConverter Class 18:

WriteJson(JsonWriter, Object, JsonSerializer)

Writes the JSON representation of the object.
(Inherited from JsonConverterEvent)

EventJsonConverter Class 19:

WriteJson(JsonWriter, Event, JsonSerializer)


(Overrides JsonConverter.WriteJson(JsonWriter, UTP, JsonSerializer))

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