C# Class SIL.Cog.Presentation.Services.WindowViewModelMappings

Inheritance: IWindowViewModelMappings
Mostra file Open project: sillsdev/cog

Public Methods

Method Description
GetWindowTypeFromViewModelType ( Type viewModelType ) : Type

Gets the window type based on registered ViewModel type.

WindowViewModelMappings ( ) : System

Initializes a new instance of the WindowViewModelMappings class.

Method Details

GetWindowTypeFromViewModelType() public method

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

WindowViewModelMappings() public method

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