CommandGroup Methods

The CommandGroup type exposes the following members.

Methods

 

Name

Description

CommandGroup Methods 1:

Add

Add the specified Command to the CommandGroup.

CommandGroup Methods 2:

AddRange

Adds the specified Commands to the end of the CommandGroup.

CommandGroup Methods 3:

Clear

Removes all Commands from the CommandGroup.

CommandGroup Methods 4:

Contains

Determines whether the CommandGroup contains the specified Command.

CommandGroup Methods 5:

CopyTo

Copies the Commands of the CommandGroup to the specified Array, starting at the specified index.

CommandGroup Methods 6:

DeepCopy

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

CommandGroup Methods 7:

Equals(Object)

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

CommandGroup Methods 8:

Equals(CommandGroup)

Indicates whether the current CommandGroup is equal to another CommandGroup.

CommandGroup Methods 9:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

CommandGroup Methods 10:

GetHashCode

(Overrides Object.GetHashCode..)

CommandGroup Methods 11:

GetType

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

CommandGroup Methods 12:

IndexOf

Determines the index of the specified Command in the CommandGroup.

CommandGroup Methods 13:

Insert

Inserts a Command to the CommandGroup at the specified index.

CommandGroup Methods 14:

MemberwiseClone

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

CommandGroup Methods 15:

Remove

Removes the first occurrence of the specified Command from the CommandGroup.

CommandGroup Methods 16:

RemoveAt

Removes the Command at the specified index.

CommandGroup Methods 17:

RemoveRange

Removes a range of Commands from the CommandGroup.

CommandGroup Methods 18:

ShallowCopy

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

CommandGroup Methods 19:

ToString

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

Extension Methods

 

Name

Description

CommandGroup Methods 20:

ToJson.

Overloaded.

Returns an unformatted JSON String that represents the current CommandGroup. (Defined by CommandGroupExtensions.)

CommandGroup Methods 21:

ToJson(Boolean)

Overloaded.

Returns an unformatted JSON String that represents the current CommandGroup. (Defined by CommandGroupExtensions.)

CommandGroup Methods 22:

ToJson(Boolean, Boolean)

Overloaded.

Returns a JSON String that represents the current CommandGroup. (Defined by CommandGroupExtensions.)

Reference

CommandGroup Class

TcHmiSrv.Core Namespace