Design Pattern Examples
Overview of object-oriented design patterns
Command Member List

This is the complete list of members for Command, including all inherited members.

_argument1Commandprivate
_argument2Commandprivate
_commandNameCommandprivate
_no_parameter_operationCommandprivate
_receiverCommandprivate
_two_parameter_operationCommandprivate
Command(Command_TextObject source, string commandName, two_parameter_operation operation, string argument1, string argument2)Commandinline
Command(Command_TextObject source, string commandName, no_parameter_operation operation)Commandinline
Execute()Commandinline
ToString()Commandinline