CommandGroupJsonConverter Class

Represents a JsonConverter to convert CommandGroups to and from JSON.

Inheritance Hierarchy

SystemObject
  JsonConverter
    JsonConverterCommandGroup
      TcHmiSrv.Core.Tools.Json.Newtonsoft.ConvertersCommandGroupJsonConverter

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

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

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

CommandGroupJsonConverter Class 4:

CanWrite

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

CommandGroupJsonConverter Class 5:

CommandGroupJsonConverter Class 6:

Converter

Gets an CommandGroupJsonConverter to convert CommandGroups to and from JSON.
Obsolete

CommandGroupJsonConverter Class 7:

CommandGroupJsonConverter Class 8:

DefaultConverter

Gets an CommandGroupJsonConverter to convert CommandGroups to and from JSON.

Methods

 

Name

Description

CommandGroupJsonConverter Class 9:

CanConvert

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

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)

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

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)

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

CommandGroupJsonConverter Class 19:

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