C# 클래스 KNFoundation.KNBundleGlobalHelpers

파일 보기 프로젝트 열기: bt-browser/KNFoundation

공개 메소드들

메소드 설명
AttemptToLocalizeComponent ( DependencyObject obj ) : void
ImageInDirectoryNamed ( string directoryName, string imageName ) : BitmapImage
ImageNamed ( string imageName ) : BitmapImage
KNLocalizedString ( string key, string comment ) : string
KNLocalizedStringFromTable ( string key, string tableName, string comment ) : string
KNLocalizedStringFromTableInBundle ( string key, string tableName, KNBundle bundle, string comment ) : string
KNLocalizedStringWithDefaultValue ( string key, string tableName, KNBundle bundle, string value, string comment ) : string

메소드 상세

AttemptToLocalizeComponent() 공개 정적인 메소드

public static AttemptToLocalizeComponent ( DependencyObject obj ) : void
obj System.Windows.DependencyObject
리턴 void

ImageInDirectoryNamed() 공개 정적인 메소드

public static ImageInDirectoryNamed ( string directoryName, string imageName ) : BitmapImage
directoryName string
imageName string
리턴 System.Windows.Media.Imaging.BitmapImage

ImageNamed() 공개 정적인 메소드

public static ImageNamed ( string imageName ) : BitmapImage
imageName string
리턴 System.Windows.Media.Imaging.BitmapImage

KNLocalizedString() 공개 정적인 메소드

public static KNLocalizedString ( string key, string comment ) : string
key string
comment string
리턴 string

KNLocalizedStringFromTable() 공개 정적인 메소드

public static KNLocalizedStringFromTable ( string key, string tableName, string comment ) : string
key string
tableName string
comment string
리턴 string

KNLocalizedStringFromTableInBundle() 공개 정적인 메소드

public static KNLocalizedStringFromTableInBundle ( string key, string tableName, KNBundle bundle, string comment ) : string
key string
tableName string
bundle KNBundle
comment string
리턴 string

KNLocalizedStringWithDefaultValue() 공개 정적인 메소드

public static KNLocalizedStringWithDefaultValue ( string key, string tableName, KNBundle bundle, string value, string comment ) : string
key string
tableName string
bundle KNBundle
value string
comment string
리턴 string