In This Article

Command Class

Represents a command.

public class Command
Inheritance:
object object
Derived:
BarCommand EditActionBase

Constructors

Command()

Initializes a new instance of the Command class.

public Command()

Command(string)

Initializes a new instance of the Command class.

public Command(string name)
Parameter Type Description
name string

The name of the command.

Properties

Name

Gets the name of the command.

public string Name { get; }

Property Value

string:

The name of the command.

Inherited Members