IViewCurrentUserParametersProvideLocaleParameter - метод |
Проставляет в список параметров идентификатор культуры.
Если параметр уже есть в списке он будет заменен
Пространство имён:
Tessa.Views
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис void ProvideLocaleParameter(
[NotNullAttribute] ICollection<RequestParameter> parameters,
int localeId,
[NotNullAttribute] string text
)
Sub ProvideLocaleParameter (
<NotNullAttribute> parameters As ICollection(Of RequestParameter),
localeId As Integer,
<NotNullAttribute> text As String
)
void ProvideLocaleParameter(
[NotNullAttribute] ICollection<RequestParameter^>^ parameters,
int localeId,
[NotNullAttribute] String^ text
)
abstract ProvideLocaleParameter :
[<NotNullAttribute>] parameters : ICollection<RequestParameter> *
localeId : int *
[<NotNullAttribute>] text : string -> unit
Параметры
- parameters
- Тип: System.Collections.GenericICollectionRequestParameter
Список параметров
- localeId
- Тип: SystemInt32
Идентификатор текущей культуры
- text
- Тип: SystemString
Имя культуры
См. также