C# 클래스 Nubis.Core.NamingConventions

파일 보기 프로젝트 열기: Slesa/Playground

공개 프로퍼티들

프로퍼티 타입 설명
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