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 |
|---|---|---|
|
|
Gets an CommandGroupJsonConverter with advanced conversions to and from Value enabled to convert CommandGroups to and from JSON. | |
|
|
CanRead |
Gets a value indicating whether this JsonConverter can read JSON. |
|
|
CanWrite |
Gets a value indicating whether this JsonConverter can write JSON. |
|
|
Gets an CommandGroupJsonConverter
to convert CommandGroups to and
from JSON. | |
|
|
Gets an CommandGroupJsonConverter to convert CommandGroups to and from JSON. |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
CanConvert |
Determines whether this instance can convert the specified
object type. |
|
|
Determines whether the specified object is equal to the current
object. | |
|
|
Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. | |
|
|
Serves as the default hash function. | |
|
|
Gets the Type of the current
instance. | |
|
|
Creates a shallow copy of the current Object. | |
|
|
ReadJson(JsonReader, Type, Object, JsonSerializer) |
Reads the JSON representation of the object. |
|
|
ReadJson(JsonReader, Type, CommandGroup, Boolean, JsonSerializer) |
|
|
|
Returns a string that represents the current object. | |
|
|
WriteJson(JsonWriter, Object, JsonSerializer) |
Writes the JSON representation of the object. |
|
|
|
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