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 |
---|---|---|
|
Initializes a new instance of the Command class. | |
|
Initializes a new instance of the Command class based on another Command. | |
|
Initializes a new instance of the Command class with the specified name. |
Properties
|
Name |
Description |
---|---|---|
|
Gets or sets a value that indicates whether the Command has changed. | |
|
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. | |
|
Gets the domain of the symbol. | |
|
Gets or sets the extension result of the Command. | |
|
Gets a value that indicates whether the Command has paging. | |
|
Gets a value that indicates whether the Command has symbol options. | |
|
Gets a value that indicates whether the Command is set. | |
|
Gets the mapping of the symbol. | |
|
Gets or sets the name of the symbol. | |
|
Gets or sets the command options of the symbol. | |
|
Gets the paging of the Command. | |
|
Gets the path of the mapping. | |
|
Gets or sets the read value of the Command. | |
|
Gets the result of the symbol. | |
|
Gets or sets the result string of the Command. | |
|
Gets the options of the symbol used by this Command. | |
|
Gets or sets the write value of the Command. |
Methods
|
Name |
Description |
---|---|---|
|
(Inherited from IObject.) | |
|
Releases the unmanaged resources used by the Command and optionally releases the managed resources (Overrides IObject.Dispose(Boolean).) | |
|
Indicates whether the current Command is equal to another Command. | |
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
(Inherited from IObject.) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Exchanges the values of two instances of the Command class. | |
|
Returns a string that represents the current object. (Inherited from Object.) |
Operators
|
Name |
Description |
---|---|---|
|
Determines whether the specified Command is equal to the current Command. | |
|
Determines whether the specified Command is not equal to the current Command. |