 | ModuleCalculateProperty - метод |
Возвращает вычисленный реквизит бизнес-объекта.
Пространство имён:
FinistSoft.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисprotected override BasisProperty CalculateProperty(
string propertyName,
DataListsTree dataListsTree
)
Protected Overrides Function CalculateProperty (
propertyName As String,
dataListsTree As DataListsTree
) As BasisProperty
Dim propertyName As String
Dim dataListsTree As DataListsTree
Dim returnValue As BasisProperty
returnValue = Me.CalculateProperty(propertyName,
dataListsTree)
protected override function CalculateProperty(
propertyName : String,
dataListsTree : DataListsTree
) : BasisProperty
Параметры
- propertyName
- Тип: SystemString
Наименование реквизита бизнес-объекта. - dataListsTree
- Тип: FinistSoft.ObjectsDataListsTree
Дерево списков данных.
Возвращаемое значение
Тип:
BasisPropertyРеквизит бизнес-объекта.
См. также