Show / Hide Table of Contents

    Class ApplicationContextProvider

    Provides a set of properties relating to a application's context.

    Inheritance
    System.Object
    ApplicationContextProvider
    Namespace: Copper.Conventions.Method.Testing.Harness.V1
    Assembly: Copper.Conventions.Method.Testing.Harness.dll
    Syntax
    public class ApplicationContextProvider

    Constructors

    View Source

    ApplicationContextProvider(String, String)

    Initializes a new instance of the ApplicationContextProvider class.

    Declaration
    public ApplicationContextProvider(string applicationName, string applicationTypeName)
    Parameters
    Type Name Description
    System.String applicationName

    Name of the application.

    System.String applicationTypeName

    Name of the application type.

    Properties

    View Source

    ApplicationName

    Gets the name of the application.

    Declaration
    public string ApplicationName { get; }
    Property Value
    Type Description
    System.String

    The name of the application.

    View Source

    ApplicationTypeName

    Gets the name of the application type.

    Declaration
    public string ApplicationTypeName { get; }
    Property Value
    Type Description
    System.String

    The name of the application type.

    • View Source
    Back to top Generated by DocFX