Show / Hide Table of Contents

    Class Value

    Serializes and logs a value to the console.

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

    Constructors

    Value(Object, Boolean)

    Declaration
    public Value(object value, bool newline = true)
    Parameters
    Type Name Description
    Object value

    The value to log to the console.

    Boolean newline

    If the value should be logged on a new line.

    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