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.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()