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

Inheritance: IWindowViewModelMappings
Afficher le fichier Open project: sillsdev/cog

Méthodes publiques

Méthode 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 méthode

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

WindowViewModelMappings() public méthode

Initializes a new instance of the WindowViewModelMappings class.
public WindowViewModelMappings ( ) : System
Résultat System