C# Class Nubis.Core.NamingConventions

Afficher le fichier Open project: Slesa/Playground

Méthodes publiques

Свойство Type Description
HomePostFix string
SinglePostFix string
ViewModelPostFix string

Méthodes publiques

Méthode Description
GetHomeScreenName ( this screen, bool returnQualified = false ) : string
GetHomeScreenType ( this screen ) : Type
GetMainScreenName ( this screen, bool returnQualified = false ) : string
GetMainScreenType ( this screen ) : Type
GetSingleScreenName ( this screen, bool returnQualified = false ) : string
GetSingleScreenType ( this screen ) : Type
IsHomeScreen ( this screen ) : bool
IsMainScreen ( this screen ) : bool
IsSingleScreen ( this screen ) : bool

Private Methods

Méthode Description
GetQualifiedViewModelName ( IScreen screen, string targetPostFix, string viewModelPostFix ) : string
GetViewModelName ( IScreen screen, string targetPostFix, string viewModelPostFix ) : string

Method Details

GetHomeScreenName() public static méthode

public static GetHomeScreenName ( this screen, bool returnQualified = false ) : string
screen this
returnQualified bool
Résultat string

GetHomeScreenType() public static méthode

public static GetHomeScreenType ( this screen ) : Type
screen this
Résultat System.Type

GetMainScreenName() public static méthode

public static GetMainScreenName ( this screen, bool returnQualified = false ) : string
screen this
returnQualified bool
Résultat string

GetMainScreenType() public static méthode

public static GetMainScreenType ( this screen ) : Type
screen this
Résultat System.Type

GetSingleScreenName() public static méthode

public static GetSingleScreenName ( this screen, bool returnQualified = false ) : string
screen this
returnQualified bool
Résultat string

GetSingleScreenType() public static méthode

public static GetSingleScreenType ( this screen ) : Type
screen this
Résultat System.Type

IsHomeScreen() public static méthode

public static IsHomeScreen ( this screen ) : bool
screen this
Résultat bool

IsMainScreen() public static méthode

public static IsMainScreen ( this screen ) : bool
screen this
Résultat bool

IsSingleScreen() public static méthode

public static IsSingleScreen ( this screen ) : bool
screen this
Résultat bool

Property Details

HomePostFix public_oe static_oe property

public static string HomePostFix
Résultat string

SinglePostFix public_oe static_oe property

public static string SinglePostFix
Résultat string

ViewModelPostFix public_oe static_oe property

public static string ViewModelPostFix
Résultat string