| ExternalQueryObjectNewPathOperand - метод |
Создает новый операнд-путь к реквизиту относительно корневого объекта внешнего запроса
Пространство имён:
FinistSoft.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксис public Operand NewPathOperand(
PropertyPath propertyPath
)
Public Function NewPathOperand (
propertyPath As PropertyPath
) As Operand
Dim instance As ExternalQueryObject
Dim propertyPath As PropertyPath
Dim returnValue As Operand
returnValue = instance.NewPathOperand(propertyPath)
public function NewPathOperand(
propertyPath : PropertyPath
) : Operand
Параметры
- propertyPath
- Тип: FinistSoft.ObjectsPropertyPath
Путь к реквизиту относительно типа бизнес-объекта, соответствующего текущему экземпляру.
Возвращаемое значение
Тип:
OperandСозданный операнд.
См. также