IResolutionContextProcessParameterKnownProperties - метод |
Производит обработку известных имен свойств параметра
Пространство имён:
Tessa.Views.Parser.ExpressionEval
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис [NotNullAttribute]
Expression ProcessParameterKnownProperties(
[NotNullAttribute] BuilderTree tree,
[NotNullAttribute] string paramName,
[NotNullAttribute] string name
)
<NotNullAttribute>
Function ProcessParameterKnownProperties (
<NotNullAttribute> tree As BuilderTree,
<NotNullAttribute> paramName As String,
<NotNullAttribute> name As String
) As Expression
[NotNullAttribute]
Expression^ ProcessParameterKnownProperties(
[NotNullAttribute] BuilderTree^ tree,
[NotNullAttribute] String^ paramName,
[NotNullAttribute] String^ name
)
[<NotNullAttribute>]
abstract ProcessParameterKnownProperties :
[<NotNullAttribute>] tree : BuilderTree *
[<NotNullAttribute>] paramName : string *
[<NotNullAttribute>] name : string -> Expression
Параметры
- tree
- Тип: Tessa.Views.Parser.ExpressionEval.BuilderTreeNodeBuilderTree
Структура дерева выражения
- paramName
- Тип: SystemString
Имя параметра
- name
- Тип: SystemString
Имя свойства
Возвращаемое значение
Тип:
Expression
Полученное выражение
См. также