ViewCurrentUserParametersGetLocaleParameter - метод |
Создает и возвращает параметр Идентификатор культуры пользователя
Пространство имён:
Tessa.Views
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public RequestParameter GetLocaleParameter(
int localeId,
string text,
bool hidden = true,
bool isReadOnly = true
)
Public Function GetLocaleParameter (
localeId As Integer,
text As String,
Optional hidden As Boolean = true,
Optional isReadOnly As Boolean = true
) As RequestParameter
public:
virtual RequestParameter^ GetLocaleParameter(
int localeId,
String^ text,
bool hidden = true,
bool isReadOnly = true
) sealed
abstract GetLocaleParameter :
localeId : int *
text : string *
?hidden : bool *
?isReadOnly : bool
(* Defaults:
let _hidden = defaultArg hidden true
let _isReadOnly = defaultArg isReadOnly true
*)
-> RequestParameter
override GetLocaleParameter :
localeId : int *
text : string *
?hidden : bool *
?isReadOnly : bool
(* Defaults:
let _hidden = defaultArg hidden true
let _isReadOnly = defaultArg isReadOnly true
*)
-> RequestParameter
Параметры
- localeId
- Тип: SystemInt32
Идентификатор культуры
- text
- Тип: SystemString
Имя культуры
- hidden (Optional)
- Тип: SystemBoolean
Признак отображаемости параметра
- isReadOnly (Optional)
- Тип: SystemBoolean
Признак параметра только для чтения
Возвращаемое значение
Тип:
RequestParameter
Созданный параметр
Реализации
IViewCurrentUserParametersGetLocaleParameter(Int32, String, Boolean, Boolean)См. также