C# 클래스 T4ResX.Sample.Localization.Branding

파일 보기 프로젝트 열기: itechnology/T4ResX

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetAsDictionary ( ) : Dictionary>

Return this class as a Dictionary<class, Dictionary<key, value>>

GetResourceString ( string key ) : string

Get localized entry for a given key

WelcomeFormatted ( ) : string

Welcome to {BRAND}

메소드 상세

GetAsDictionary() 공개 정적인 메소드

Return this class as a Dictionary<class, Dictionary<key, value>>
public static GetAsDictionary ( ) : Dictionary>
리턴 Dictionary>

GetResourceString() 공개 정적인 메소드

Get localized entry for a given key
public static GetResourceString ( string key ) : string
key string
리턴 string

WelcomeFormatted() 공개 정적인 메소드

Welcome to {BRAND}
public static WelcomeFormatted ( ) : string
리턴 string