AlarmJsonConverter Class

Represents a JsonConverter to convert Alarms to and from JSON.

Inheritance Hierarchy

System.Object
  JsonConverter
    JsonConverter.Alarm.
      TcHmiSrv.Core.Tools.Json.Newtonsoft.Converters.AlarmJsonConverter
Namespace:  TcHmiSrv.Core.Tools.Json.Newtonsoft.Converters
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

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

(Inherited from JsonConverter.)

AlarmJsonConverter Class 4:

CanWrite

(Inherited from JsonConverter.)

AlarmJsonConverter Class 5:

AlarmJsonConverter Class 6:

Converter

Obsolete.

Gets an AlarmJsonConverter to convert Alarms to and from JSON.

AlarmJsonConverter Class 7:

AlarmJsonConverter Class 8:

DefaultConverter

Gets an AlarmJsonConverter to convert Alarms to and from JSON.

Methods

 

Name

Description

AlarmJsonConverter Class 9:

CanConvert

(Inherited from JsonConverter.Alarm..)

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)

(Inherited from JsonConverter.Alarm..)

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)

(Inherited from JsonConverter.Alarm..)

AlarmJsonConverter Class 19:

WriteJson(JsonWriter, Alarm, JsonSerializer)

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

Reference

TcHmiSrv.Core.Tools.Json.Newtonsoft.Converters Namespace