Interface ICommand
Assembly: Main.dll
Syntax
public interface ICommand
Properties
|
Improve this Doc
View Source
strCommandID
Declaration
string strCommandID { get; }
Property Value
Methods
|
Improve this Doc
View Source
ICommand_ExecuteCommand(Func<ExecutedCommandInfo>)
Declaration
IEnumerator ICommand_ExecuteCommand(Func<ExecutedCommandInfo> OnFinishCommand)
Parameters
Returns
|
Improve this Doc
View Source
ICommand_ExecuteUndoCommand(Func<ExecutedCommandInfo>)
Declaration
IEnumerator ICommand_ExecuteUndoCommand(Func<ExecutedCommandInfo> OnFinishCommand)
Parameters
Returns