AlarmJsonConverter Class

Represents a JsonConverter to convert Alarms to and from JSON.

Inheritance Hierarchy

SystemObject
  JsonConverter
    JsonConverterAlarm
      TcHmiSrv.Core.Tools.Json.Newtonsoft.ConvertersAlarmJsonConverter

Namespace: TcHmiSrv.Core.Tools.Json.Newtonsoft.Converters
Assembly: TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9

Syntax

C#

public class AlarmJsonConverter : JsonConverter<Alarm>

The AlarmJsonConverter type exposes the following members.

Properties

 

Name

Description

AlarmJsonConverter Class 1:

AlarmJsonConverter Class 2:

AdvancedConverter

Gets an AlarmJsonConverter with advanced conversions to and from Value enabled to convert Alarms to and from JSON.

AlarmJsonConverter Class 3:

CanRead

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

AlarmJsonConverter Class 4:

CanWrite

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

AlarmJsonConverter Class 5:

AlarmJsonConverter Class 6:

Converter

Gets an AlarmJsonConverter to convert Alarms to and from JSON.
Obsolete

AlarmJsonConverter Class 7:

AlarmJsonConverter Class 8:

DefaultConverter

Gets an AlarmJsonConverter to convert Alarms to and from JSON.

Methods

 

Name

Description

AlarmJsonConverter Class 9:

CanConvert

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

AlarmJsonConverter Class 10:

Equals

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

AlarmJsonConverter 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)

AlarmJsonConverter Class 12:

GetHashCode

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

AlarmJsonConverter Class 13:

GetType

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

AlarmJsonConverter Class 14:

MemberwiseClone

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

AlarmJsonConverter Class 15:

ReadJson(JsonReader, Type, Object, JsonSerializer)

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

AlarmJsonConverter Class 16:

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


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

AlarmJsonConverter Class 17:

ToString

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

AlarmJsonConverter Class 18:

WriteJson(JsonWriter, Object, JsonSerializer)

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

AlarmJsonConverter Class 19:

WriteJson(JsonWriter, Alarm, 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