C# 클래스 NContext.Configuration.RegisteredApplicationComponent

Defines an application component that has been registered with an ApplicationConfigurationBase.
파일 보기 프로젝트 열기: PowerDMS/NContext

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