C# Class NContext.Configuration.RegisteredApplicationComponent

Defines an application component that has been registered with an ApplicationConfigurationBase.
Afficher le fichier Open project: PowerDMS/NContext

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
RegisteredApplicationComponent ( Type registeredComponentType, Lazy applicationComponentFactory ) : System

Initializes a new instance of the RegisteredApplicationComponent class.

Method Details

RegisteredApplicationComponent() public méthode

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.
Résultat System