Show / Hide Table of Contents

    Class GetContext

    Gets the ActionContext that the command is currently being invoked on.

    Inheritance
    Object
    GetContext
    Implements
    ICommandAction
    Namespace: QFSW.QC.Actions
    Assembly: QFSW.QC.dll
    Syntax
    public class GetContext : ICommandAction

    Constructors

    GetContext(Action<ActionContext>)

    Declaration
    public GetContext(Action<ActionContext> onContext)
    Parameters
    Type Name Description
    Action<ActionContext> onContext

    Action to invoke when the context is retrieved.

    Properties

    IsFinished

    Declaration
    public bool IsFinished { get; }
    Property Value
    Type Description
    Boolean

    StartsIdle

    Declaration
    public bool StartsIdle { get; }
    Property Value
    Type Description
    Boolean

    Methods

    Finalize(ActionContext)

    Declaration
    public void Finalize(ActionContext context)
    Parameters
    Type Name Description
    ActionContext context

    Start(ActionContext)

    Declaration
    public void Start(ActionContext context)
    Parameters
    Type Name Description
    ActionContext context

    Implements

    ICommandAction

    Extension Methods

    ArraySingleExtensions.AsArraySingle<T>(T)
    CollectionExtensions.Yield<T>(T)
    Quantum Console by QFSW
    Back to top