Design Pattern Framework 3.5
ActionCommands Class
Patterns-In-Action! Application ► WPFApplication.Commands ► ActionCommands
Class that holds static commands
Declaration Syntax
C# | Visual Basic |
public class ActionCommands
Public Class ActionCommands
Members
All Members | Constructors | Methods | Properties | ||
|
|
|
Icon | Member | Description |
---|---|---|
ActionCommands()()() |
Initializes a new instance of the ActionCommands class
|
|
AboutCommand |
|
|
AddCommand |
|
|
DeleteCommand |
|
|
EditCommand |
|
|
Equals(Object) | (Inherited from Object.) |
|
ExitCommand |
|
|
Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
|
HowDoICommand |
|
|
IndexCommand |
|
|
LoginCommand |
|
|
LogoutCommand |
|
|
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString()()() | (Inherited from Object.) |
|
ViewOrdersCommand |
|
Inheritance Hierarchy
Object | |
ActionCommands |