C# Класс NContext.Configuration.RegisteredApplicationComponent

Defines an application component that has been registered with an ApplicationConfigurationBase.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
RegisteredApplicationComponent ( Type registeredComponentType, Lazy applicationComponentFactory ) : System

Initializes a new instance of the RegisteredApplicationComponent class.

Описание методов

RegisteredApplicationComponent() публичный Метод

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.
Результат System