C# Class NightOwl.Core.NamingConventions

Show file Open project: Slesa/Playground

Public Properties

Property Type Description
HomePostFix string
SinglePostFix string
ViewModelPostFix string

Public Methods

Method 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

Method Description
GetQualifiedViewModelName ( IScreen screen, string targetPostFix, string viewModelPostFix ) : string
GetViewModelName ( IScreen screen, string targetPostFix, string viewModelPostFix ) : string

Method Details

GetHomeScreenName() public static method

public static GetHomeScreenName ( this screen, bool returnQualified = false ) : string
screen this
returnQualified bool
return string

GetHomeScreenType() public static method

public static GetHomeScreenType ( this screen ) : Type
screen this
return System.Type

GetMainScreenName() public static method

public static GetMainScreenName ( this screen, bool returnQualified = false ) : string
screen this
returnQualified bool
return string

GetMainScreenType() public static method

public static GetMainScreenType ( this screen ) : Type
screen this
return System.Type

GetSingleScreenName() public static method

public static GetSingleScreenName ( this screen, bool returnQualified = false ) : string
screen this
returnQualified bool
return string

GetSingleScreenType() public static method

public static GetSingleScreenType ( this screen ) : Type
screen this
return System.Type

IsHomeScreen() public static method

public static IsHomeScreen ( this screen ) : bool
screen this
return bool

IsMainScreen() public static method

public static IsMainScreen ( this screen ) : bool
screen this
return bool

IsSingleScreen() public static method

public static IsSingleScreen ( this screen ) : bool
screen this
return bool

Property Details

HomePostFix public static property

public static string HomePostFix
return string

SinglePostFix public static property

public static string SinglePostFix
return string

ViewModelPostFix public static property

public static string ViewModelPostFix
return string