 | BasisGetProperty(String, DataListsTree, Boolean) - метод |
Возвращает реквизит бизнес-объекта.
Пространство имён:
FinistSoft.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисprivate BasisProperty GetProperty(
string propertyName,
DataListsTree dataListsTree,
bool loadUndefined
)
Private Function GetProperty (
propertyName As String,
dataListsTree As DataListsTree,
loadUndefined As Boolean
) As BasisProperty
Dim instance As Basis
Dim propertyName As String
Dim dataListsTree As DataListsTree
Dim loadUndefined As Boolean
Dim returnValue As BasisProperty
returnValue = instance.GetProperty(propertyName,
dataListsTree, loadUndefined)
private function GetProperty(
propertyName : String,
dataListsTree : DataListsTree,
loadUndefined : boolean
) : BasisProperty
Параметры
- propertyName
- Тип: SystemString
Наименование реквизита бизнес-объекта. - dataListsTree
- Тип: FinistSoft.ObjectsDataListsTree
Дерево списков данных. - loadUndefined
- Тип: SystemBoolean
Признак того, что требуется загрузка значения реквизита из хранилища, если он не определен.
Возвращаемое значение
Тип:
BasisPropertyРеквизит бизнес-объекта.
Исключения
См. также