Dreamine.MVVM.Core 1.0.13
중요: 자동 등록된 타입은 기본적으로 Singleton으로 등록됩니다. 따라서 자동 발견된 ViewModel, Model, Event, Manager는 애플리케이션이 별도 수명으로 명시 등록하지 않는 한 반복 해석 시 동일 인스턴스를 유지합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.MVVM.Core.DreamineAutoRegistrar 클래스 참조

더 자세히 ...

Dreamine.MVVM.Core.DreamineAutoRegistrar에 대한 협력 다이어그램:

정적 Public 멤버 함수

static void RegisterAll (Assembly rootAssembly, IServiceRegistry registry)
static void RegisterAll (Assembly rootAssembly)

정적 Private 속성

static readonly AutoRegistrationService Service

상세한 설명

Dreamine Auto Registrar 기능과 관련 상태를 캡슐화합니다.

DreamineAutoRegistrar.cs 파일의 15 번째 라인에서 정의되었습니다.

멤버 함수 문서화

◆ RegisterAll() [1/2]

void Dreamine.MVVM.Core.DreamineAutoRegistrar.RegisterAll ( Assembly rootAssembly)
inlinestatic

Register All 작업을 수행합니다.

매개변수
rootAssemblyroot Assembly에 사용할 Assembly 값입니다.

DreamineAutoRegistrar.cs 파일의 74 번째 라인에서 정의되었습니다.

75 {
76 Service.RegisterAll(rootAssembly, DMContainer.GetRegistry());
77 }

다음을 참조함 : Service.

◆ RegisterAll() [2/2]

void Dreamine.MVVM.Core.DreamineAutoRegistrar.RegisterAll ( Assembly rootAssembly,
IServiceRegistry registry )
inlinestatic

Register All 작업을 수행합니다.

매개변수
rootAssemblyroot Assembly에 사용할 Assembly 값입니다.
registryregistry에 사용할 IServiceRegistry 값입니다.

DreamineAutoRegistrar.cs 파일의 53 번째 라인에서 정의되었습니다.

54 {
55 Service.RegisterAll(rootAssembly, registry);
56 }

다음을 참조함 : Service.

다음에 의해서 참조됨 : Dreamine.MVVM.Core.DMContainer.AutoRegisterAll().

이 함수를 호출하는 함수들에 대한 그래프입니다.:

멤버 데이터 문서화

◆ Service

readonly AutoRegistrationService Dreamine.MVVM.Core.DreamineAutoRegistrar.Service
staticprivate
초기값:
= new(
new AssemblyTypeScanner(),
new NamingConventionAutoRegistrationFilter())

Service 값을 보관합니다.

DreamineAutoRegistrar.cs 파일의 25 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : RegisterAll(), RegisterAll().


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: