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 SourceApplicationContextProvider(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 SourceApplicationName
Gets the name of the application.
Declaration
public string ApplicationName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the application. |
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. |