C# Класс AjaxControlToolkit.Localization

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

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