CommandGroupJsonConverter Class

Represents a JsonConverter to convert CommandGroups to and from JSON.

Inheritance Hierarchy

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

Syntax

C#

public class CommandGroupJsonConverter : JsonConverter<CommandGroup>

The CommandGroupJsonConverter type exposes the following members.

Properties

 

Name

Description

CommandGroupJsonConverter Class 1:

CommandGroupJsonConverter Class 2:

AdvancedConverter

Gets an CommandGroupJsonConverter with advanced conversions to and from Value enabled to convert CommandGroups to and from JSON.

CommandGroupJsonConverter Class 3:

CanRead

(Inherited from JsonConverter.)

CommandGroupJsonConverter Class 4:

CanWrite

(Inherited from JsonConverter.)

CommandGroupJsonConverter Class 5:

CommandGroupJsonConverter Class 6:

Converter

Obsolete.

Gets an CommandGroupJsonConverter to convert CommandGroups to and from JSON.

CommandGroupJsonConverter Class 7:

CommandGroupJsonConverter Class 8:

DefaultConverter

Gets an CommandGroupJsonConverter to convert CommandGroups to and from JSON.

Methods

 

Name

Description

CommandGroupJsonConverter Class 9:

CanConvert

(Inherited from JsonConverter.CommandGroup..)

CommandGroupJsonConverter Class 10:

Equals

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

CommandGroupJsonConverter 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.)

CommandGroupJsonConverter Class 12:

GetHashCode

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

CommandGroupJsonConverter Class 13:

GetType

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

CommandGroupJsonConverter Class 14:

MemberwiseClone

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

CommandGroupJsonConverter Class 15:

ReadJson(JsonReader, Type, Object, JsonSerializer)

(Inherited from JsonConverter.CommandGroup..)

CommandGroupJsonConverter Class 16:

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

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

CommandGroupJsonConverter Class 17:

ToString

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

CommandGroupJsonConverter Class 18:

WriteJson(JsonWriter, Object, JsonSerializer)

(Inherited from JsonConverter.CommandGroup..)

CommandGroupJsonConverter Class 19:

WriteJson(JsonWriter, CommandGroup, JsonSerializer)

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

Reference

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