C# 클래스 AjaxControlToolkit.Localization

파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit

Private Properties

프로퍼티 타입 설명
CreateScriptReference System.Web.UI.ScriptReference
DetermineLocale string
FormatScriptName string
GetAllLocaleScriptInfo IEnumerable
GetCustomScriptName string
GetLanguage string
GetLocale string
GetScriptSuffix string
Localization System
PopulateKnownLocales void

공개 메소드들

메소드 설명
AddExternalLocale ( string localeKey, ScriptReference>.Func scriptReferenceProvider ) : void
AddLocale ( string localeKey, string scriptName, Assembly scriptAssembly ) : void
GetAllLocalizationEmbeddedScripts ( ) : IEnumerable
GetLocaleKey ( ) : string
GetLocalizationScriptReferences ( ) : IEnumerable
IsDebuggingEnabled ( ) : bool
IsLocalizationEnabled ( ) : bool

비공개 메소드들

메소드 설명
CreateScriptReference ( string localeKey, Assembly scriptAssembly ) : System.Web.UI.ScriptReference
DetermineLocale ( ) : string
FormatScriptName ( string localeKey ) : string
GetAllLocaleScriptInfo ( ) : IEnumerable
GetCustomScriptName ( string localeKey ) : string
GetLanguage ( string cultureName ) : string
GetLocale ( string culture ) : string
GetScriptSuffix ( ) : string
Localization ( ) : System
PopulateKnownLocales ( ) : void

메소드 상세

AddExternalLocale() 공개 정적인 메소드

public static AddExternalLocale ( string localeKey, ScriptReference>.Func scriptReferenceProvider ) : void
localeKey string
scriptReferenceProvider ScriptReference>.Func
리턴 void

AddLocale() 공개 정적인 메소드

public static AddLocale ( string localeKey, string scriptName, Assembly scriptAssembly ) : void
localeKey string
scriptName string
scriptAssembly System.Reflection.Assembly
리턴 void

GetAllLocalizationEmbeddedScripts() 공개 메소드

public GetAllLocalizationEmbeddedScripts ( ) : IEnumerable
리턴 IEnumerable

GetLocaleKey() 공개 메소드

public GetLocaleKey ( ) : string
리턴 string

GetLocalizationScriptReferences() 공개 메소드

public GetLocalizationScriptReferences ( ) : IEnumerable
리턴 IEnumerable

IsDebuggingEnabled() 공개 메소드

public IsDebuggingEnabled ( ) : bool
리턴 bool

IsLocalizationEnabled() 공개 메소드

public IsLocalizationEnabled ( ) : bool
리턴 bool