Show / Hide Table of Contents

    Interface ICommand

    Namespace: Global
    Assembly: Main.dll
    Syntax
    public interface ICommand

    Properties

    | Improve this Doc View Source

    strCommandID

    Declaration
    string strCommandID { get; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    ICommand_ExecuteCommand(Func<ExecutedCommandInfo>)

    Declaration
    IEnumerator ICommand_ExecuteCommand(Func<ExecutedCommandInfo> OnFinishCommand)
    Parameters
    Type Name Description
    Func<ExecutedCommandInfo> OnFinishCommand
    Returns
    Type Description
    IEnumerator
    | Improve this Doc View Source

    ICommand_ExecuteUndoCommand(Func<ExecutedCommandInfo>)

    Declaration
    IEnumerator ICommand_ExecuteUndoCommand(Func<ExecutedCommandInfo> OnFinishCommand)
    Parameters
    Type Name Description
    Func<ExecutedCommandInfo> OnFinishCommand
    Returns
    Type Description
    IEnumerator
    • Improve this Doc
    • View Source
    • 0 Comments
    Back to top Example Footer