Property | Type | Description | |
---|---|---|---|
HomePostFix | string | ||
SinglePostFix | string | ||
ViewModelPostFix | string |
Method | Description | |
---|---|---|
GetHomeScreenName ( this screen, bool returnQualified = false ) : string | ||
GetHomeScreenType ( this screen ) : |
||
GetMainScreenName ( this screen, bool returnQualified = false ) : string | ||
GetMainScreenType ( this screen ) : |
||
GetSingleScreenName ( this screen, bool returnQualified = false ) : string | ||
GetSingleScreenType ( this screen ) : |
||
IsHomeScreen ( this screen ) : bool | ||
IsMainScreen ( this screen ) : bool | ||
IsSingleScreen ( this screen ) : bool |
Method | Description | |
---|---|---|
GetQualifiedViewModelName ( IScreen screen, string targetPostFix, string viewModelPostFix ) : string | ||
GetViewModelName ( IScreen screen, string targetPostFix, string viewModelPostFix ) : string |
public static GetHomeScreenName ( this screen, bool returnQualified = false ) : string | ||
screen | this | |
returnQualified | bool | |
return | string |
public static GetHomeScreenType ( this screen ) : |
||
screen | this | |
return |
public static GetMainScreenName ( this screen, bool returnQualified = false ) : string | ||
screen | this | |
returnQualified | bool | |
return | string |
public static GetMainScreenType ( this screen ) : |
||
screen | this | |
return |
public static GetSingleScreenName ( this screen, bool returnQualified = false ) : string | ||
screen | this | |
returnQualified | bool | |
return | string |
public static GetSingleScreenType ( this screen ) : |
||
screen | this | |
return |
public static IsHomeScreen ( this screen ) : bool | ||
screen | this | |
return | bool |
public static IsMainScreen ( this screen ) : bool | ||
screen | this | |
return | bool |
public static IsSingleScreen ( this screen ) : bool | ||
screen | this | |
return | bool |