RuntimeInjectorConfiguration

Configuration for a runtime dependency injector.

Namespace:
Inetdev.Context.Configuration
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

RuntimeInjectorConfiguration

Initializes a new instance of RuntimeInjectorConfiguration.

Signature:
public Void RuntimeInjectorConfiguration(objectName)
Parameters
Name Type Summary
objectName String Name of an application context object.
Exceptions
Type Summary
ArgumentNullOrEmptyException Thrown when objectName is null or empty.

Properties

Arguments

The dictionary of arguments from the application context.

Signature:
public IDictionary<String, String> Arguments { get; }

Name

Name of an application context object.

Signature:
public String Name { get; set; }

Methods

ToString

Returns a textual representation of the runtime injector configuration.

Signature:
public String ToString()