| PropertyPathItem(String, DataListsTree) - конструктор |
Инициализирует новый экземпляр класса,
используя наименование реквизита бизнес-объекта и набор параметров.
Пространство имён:
FinistSoft.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксис public PropertyPathItem(
string propertyName,
DataListsTree dataListsTree
)
Public Sub New (
propertyName As String,
dataListsTree As DataListsTree
)
Dim propertyName As String
Dim dataListsTree As DataListsTree
Dim instance As New PropertyPathItem(propertyName,
dataListsTree)
public function PropertyPathItem(
propertyName : String,
dataListsTree : DataListsTree
)
Параметры
- propertyName
- Тип: SystemString
Название реквизита бизнес-объекта. - dataListsTree
- Тип: FinistSoft.ObjectsDataListsTree
Набор параметров.
См. также