Search Results for

    Show / Hide Table of Contents

    Interface IModelAccessor

    Provides access to a command line application model.

    Namespace: McMaster.Extensions.CommandLineUtils.Abstractions
    Assembly: McMaster.Extensions.CommandLineUtils.dll
    Syntax
    public interface IModelAccessor

    Methods

    | Improve this Doc View Source

    GetModel()

    Gets the model.

    Declaration
    object GetModel()
    Returns
    Type Description
    System.Object

    The model.

    | Improve this Doc View Source

    GetModelType()

    Gets the type of the model.

    Declaration
    Type GetModelType()
    Returns
    Type Description
    System.Type

    The type.

    • Improve this Doc
    • View Source
    In This Article
    Back to top