C# Класс NightHawkSL.Ui.Core.NamingConventions

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
HomePostFix string
SinglePostFix string
ViewModelPostFix string

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
GetQualifiedViewModelName ( IScreen screen, string targetPostFix, string viewModelPostFix ) : string
GetViewModelName ( IScreen screen, string targetPostFix, string viewModelPostFix ) : string

Описание методов

GetHomeScreenName() публичный статический Метод

public static GetHomeScreenName ( this screen, bool returnQualified = false ) : string
screen this
returnQualified bool
Результат string

GetHomeScreenType() публичный статический Метод

public static GetHomeScreenType ( this screen ) : Type
screen this
Результат System.Type

GetMainScreenName() публичный статический Метод

public static GetMainScreenName ( this screen, bool returnQualified = false ) : string
screen this
returnQualified bool
Результат string

GetMainScreenType() публичный статический Метод

public static GetMainScreenType ( this screen ) : Type
screen this
Результат System.Type

GetSingleScreenName() публичный статический Метод

public static GetSingleScreenName ( this screen, bool returnQualified = false ) : string
screen this
returnQualified bool
Результат string

GetSingleScreenType() публичный статический Метод

public static GetSingleScreenType ( this screen ) : Type
screen this
Результат System.Type

IsHomeScreen() публичный статический Метод

public static IsHomeScreen ( this screen ) : bool
screen this
Результат bool

IsMainScreen() публичный статический Метод

public static IsMainScreen ( this screen ) : bool
screen this
Результат bool

IsSingleScreen() публичный статический Метод

public static IsSingleScreen ( this screen ) : bool
screen this
Результат bool

Описание свойств

HomePostFix публичное статическое свойство

public static string HomePostFix
Результат string

SinglePostFix публичное статическое свойство

public static string SinglePostFix
Результат string

ViewModelPostFix публичное статическое свойство

public static string ViewModelPostFix
Результат string