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