Command Class

Inheritance Hierarchy

System.Object
  TcHmiSrv.IObject
    TcHmiSrv.Command
Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public class Command : IObject, IEquatable<Command>

The Command type exposes the following members.

Constructors

 

Name

Description

Command Class 1:

Command.

Initializes a new instance of the Command class.

Command Class 2:

Command(Command)

Initializes a new instance of the Command class based on another Command.

Command Class 3:

Command(String)

Initializes a new instance of the Command class with the specified name.

Properties

 

Name

Description

Command Class 4:

Changed

Gets or sets a value that indicates whether the Command has changed.

Command Class 5:

CustomerData

Gets or sets the customer data associated with this Command. This can be used to identify multiple calls to the same method in one request.

Command Class 6:

Domain

Gets the domain of the symbol.

Command Class 7:

ExtensionResult

Gets or sets the extension result of the Command.

Command Class 8:

HasPaging

Gets a value that indicates whether the Command has paging.

Command Class 9:

HasSymbolOptions

Gets a value that indicates whether the Command has symbol options.

Command Class 10:

IsSet

Gets a value that indicates whether the Command is set.

Command Class 11:

Mapping

Gets the mapping of the symbol.

Command Class 12:

Name

Gets or sets the name of the symbol.

Command Class 13:

Options

Gets or sets the command options of the symbol.

Command Class 14:

Paging

Gets the paging of the Command.

Command Class 15:

Path

Gets the path of the mapping.

Command Class 16:

ReadValue

Gets or sets the read value of the Command.

Command Class 17:

Result

Gets the result of the symbol.

Command Class 18:

ResultString

Gets or sets the result string of the Command.

Command Class 19:

SymbolOptions

Gets the options of the symbol used by this Command.

Command Class 20:

WriteValue

Gets or sets the write value of the Command.

Methods

 

Name

Description

Command Class 21:

Dispose.

(Inherited from IObject.)

Command Class 22:

Dispose(Boolean)

Releases the unmanaged resources used by the Command and optionally releases the managed resources (Overrides IObject.Dispose(Boolean).)

Command Class 23:

Equals(Command)

Indicates whether the current Command is equal to another Command.

Command Class 24:

Equals(Object)

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

Command Class 25:

Finalize

(Inherited from IObject.)

Command Class 26:

GetHashCode

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

Command Class 27:

GetType

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

Command Class 28:

MemberwiseClone

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

Command Class 29:

swap

Exchanges the values of two instances of the Command class.

Command Class 30:

ToString

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

Operators

 

Name

Description

Command Class 31:

Command Class 32:

Equality

Determines whether the specified Command is equal to the current Command.

Command Class 33:

Command Class 34:

Inequality

Determines whether the specified Command is not equal to the current Command.

Reference

TcHmiSrv Namespace