In This Article

Command Class

Represents a command.

public class Command
Inheritance:
object object
Derived:
BarCommand EditActionBase

Constructors

Command()

Initializes an instance of the class.

public Command()

Command(string)

Initializes an instance of the class.

public Command(string name)
Parameter Type Description
name string

The name of the command.

Properties

Name

The name of the command.

public virtual string Name { get; }

Property Value

string

Inherited Members

Extension Methods