Свойство | Type | Description | |
---|---|---|---|
GetShellViewModel | IShellViewModel | ||
GetSortedNavigationSets | IList |
Méthode | Description | |
---|---|---|
GetCurrentPage ( ) : IPage |
Returns the current page. Can return null if the current page has been freed or if there is no current page (though this would be odd, if not an exception).
|
|
GetNavigationPage ( string pageIdString ) : IPage | ||
GetPreviousPage ( ) : IPage | ||
GetUniqueIdText ( IPage page ) : string | ||
NavigateTo ( IPage targetPage ) : bool |
Injects the page.ContentViewModel into the ShellViewModel, publishing event messages along the way.
|
|
NavigateTo ( string targetPageUniqueIdText ) : bool | ||
Navigator ( ) : Caliburn.Micro | ||
RefreshNavigationPanel ( ) : void | ||
RegisterPage ( IPage page ) : void | ||
UnregisterPage ( IPage page ) : void |
Méthode | Description | |
---|---|---|
GetShellViewModel ( ) : IShellViewModel | ||
GetSortedNavigationSets ( ) : IList |
public GetNavigationPage ( string pageIdString ) : IPage | ||
pageIdString | string | |
Résultat | IPage |
public GetUniqueIdText ( IPage page ) : string | ||
page | IPage | |
Résultat | string |
public NavigateTo ( IPage targetPage ) : bool | ||
targetPage | IPage | |
Résultat | bool |
public NavigateTo ( string targetPageUniqueIdText ) : bool | ||
targetPageUniqueIdText | string | |
Résultat | bool |
public UnregisterPage ( IPage page ) : void | ||
page | IPage | |
Résultat | void |