ClientLocalizationManager - конструктор
Пространство имён: Tessa.LocalizationСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public ClientLocalizationManager(
ILocalizationService service,
IFormattingSettingsCache formattingSettingsCache,
bool disposeLocalizationService = true,
bool disposeFormattingSettingsCache = true
)
Public Sub New (
service As ILocalizationService,
formattingSettingsCache As IFormattingSettingsCache,
Optional disposeLocalizationService As Boolean = true,
Optional disposeFormattingSettingsCache As Boolean = true
)
public:
ClientLocalizationManager(
ILocalizationService^ service,
IFormattingSettingsCache^ formattingSettingsCache,
bool disposeLocalizationService = true,
bool disposeFormattingSettingsCache = true
)
new :
service : ILocalizationService *
formattingSettingsCache : IFormattingSettingsCache *
?disposeLocalizationService : bool *
?disposeFormattingSettingsCache : bool
(* Defaults:
let _disposeLocalizationService = defaultArg disposeLocalizationService true
let _disposeFormattingSettingsCache = defaultArg disposeFormattingSettingsCache true
*)
-> ClientLocalizationManager
Параметры
- service ILocalizationService
-
- formattingSettingsCache IFormattingSettingsCache
-
- disposeLocalizationService Boolean (Optional)
-
- disposeFormattingSettingsCache Boolean (Optional)
-