PlaceholderQueryObject(String, String, Boolean, DictionaryString, Object) - конструктор |
Создаёт экземпляр класса с указанием значений его свойств.
Пространство имён:
Tessa.Platform.Placeholders
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис protected PlaceholderQueryObject(
string section,
string field,
bool sectionIsDefault = false,
Dictionary<string, Object> info = null
)
Protected Sub New (
section As String,
field As String,
Optional sectionIsDefault As Boolean = false,
Optional info As Dictionary(Of String, Object) = Nothing
)
protected:
PlaceholderQueryObject(
String^ section,
String^ field,
bool sectionIsDefault = false,
Dictionary<String^, Object^>^ info = nullptr
)
new :
section : string *
field : string *
?sectionIsDefault : bool *
?info : Dictionary<string, Object>
(* Defaults:
let _sectionIsDefault = defaultArg sectionIsDefault false
let _info = defaultArg info null
*)
-> PlaceholderQueryObject
Параметры
- section
- Тип: SystemString
Секция, к которой выполняется запрос. Не может быть равна null. - field
- Тип: SystemString
Поле, к которому выполняется запрос. Не может быть равно null. - sectionIsDefault (Optional)
- Тип: SystemBoolean
Признак того, что секция section определена как секция по умолчанию.
- info (Optional)
- Тип: System.Collections.GenericDictionaryString, Object
Дополнительная информация, связанная с объектом запроса,
или null, если дополнительная информация не указана.
См. также