Command Methods

The Command type exposes the following members.

Methods

 

Name

Description

Command Methods 1:

DeepCopy

Creates a new object that is a deep copy of the current Command.

Command Methods 2:

Equals(Object)

Determines whether the specified Object is equal to the current Command. (Overrides Object.Equals(Object).)

Command Methods 3:

Equals(Command)

Indicates whether the current Command is equal to another Command.

Command Methods 4:

GetHashCode

Serves as the default hash function. (Overrides Object.GetHashCode..)

Command Methods 5:

GetType

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

Command Methods 6:

ShallowCopy

Creates a new Command that is a shallow copy of the current Command.

Command Methods 7:

ToString

Returns a String that represents the Name of the current Command. (Overrides Object.ToString..)

Extension Methods

 

Name

Description

Command Methods 8:

ToJson.

Overloaded.

Returns an unformatted JSON String that represents the current Command. (Defined by CommandExtensions.)

Command Methods 9:

ToJson(Boolean)

Overloaded.

Returns an unformatted JSON String that represents the current Command. (Defined by CommandExtensions.)

Command Methods 10:

ToJson(Boolean, Boolean)

Overloaded.

Returns a JSON String that represents the current Command. (Defined by CommandExtensions.)

Reference

Command Class

TcHmiSrv.Core Namespace