C# Class NContext.Configuration.RegisteredApplicationComponent

Defines an application component that has been registered with an ApplicationConfigurationBase.
Exibir arquivo Open project: PowerDMS/NContext

Private Properties

Property Type Description

Public Methods

Method Description
RegisteredApplicationComponent ( Type registeredComponentType, Lazy applicationComponentFactory ) : System

Initializes a new instance of the RegisteredApplicationComponent class.

Method Details

RegisteredApplicationComponent() public method

Initializes a new instance of the RegisteredApplicationComponent class.
public RegisteredApplicationComponent ( Type registeredComponentType, Lazy applicationComponentFactory ) : System
registeredComponentType System.Type Type of the registered component.
applicationComponentFactory Lazy The application component.
return System