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


Public 멤버 함수 | |
| bool | IsTarget (Type type) |
정적 Private 멤버 함수 | |
| static bool | IsConcreteClass (Type type) |
| static bool | IsManagerTarget (string name, string fullName) |
| static bool | HasExplicitDreamineRegistrationAttribute (Type type) |
Naming Convention Auto Registration Filter 기능과 관련 상태를 캡슐화합니다.
NamingConventionAutoRegistrationFilter.cs 파일의 15 번째 라인에서 정의되었습니다.
|
inlinestaticprivate |
Has Explicit Dreamine Registration Attribute 조건을 확인합니다.
| type | type에 사용할 Type 값입니다. |
true이고, 그렇지 않으면 false입니다.NamingConventionAutoRegistrationFilter.cs 파일의 168 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : IsTarget().

|
inlinestaticprivate |
Is Concrete Class 조건을 확인합니다.
| type | type에 사용할 Type 값입니다. |
true이고, 그렇지 않으면 false입니다.NamingConventionAutoRegistrationFilter.cs 파일의 98 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : IsTarget().

|
inlinestaticprivate |
Is Manager Target 조건을 확인합니다.
| name | name에 사용할 string 값입니다. |
| fullName | full Name에 사용할 string 값입니다. |
true이고, 그렇지 않으면 false입니다.NamingConventionAutoRegistrationFilter.cs 파일의 137 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : IsTarget().

|
inline |
Is Target 조건을 확인합니다.
| type | type에 사용할 Type 값입니다. |
true이고, 그렇지 않으면 false입니다.| ArgumentNullException | 필수 입력 인자 중 하나가 null인 경우 발생합니다. |
NamingConventionAutoRegistrationFilter.cs 파일의 49 번째 라인에서 정의되었습니다.
다음을 참조함 : HasExplicitDreamineRegistrationAttribute(), IsConcreteClass(), IsManagerTarget().
