C# 클래스 SIL.Cog.Presentation.Services.WindowViewModelMappings

상속: IWindowViewModelMappings
파일 보기 프로젝트 열기: sillsdev/cog

공개 메소드들

메소드 설명
GetWindowTypeFromViewModelType ( Type viewModelType ) : Type

Gets the window type based on registered ViewModel type.

WindowViewModelMappings ( ) : System

Initializes a new instance of the WindowViewModelMappings class.

메소드 상세

GetWindowTypeFromViewModelType() 공개 메소드

Gets the window type based on registered ViewModel type.
public GetWindowTypeFromViewModelType ( Type viewModelType ) : Type
viewModelType System.Type The type of the ViewModel.
리턴 System.Type

WindowViewModelMappings() 공개 메소드

Initializes a new instance of the WindowViewModelMappings class.
public WindowViewModelMappings ( ) : System
리턴 System