 | BasisCreateDataListsTreeKey - метод |
Вычисляет ключ для кеширования вычисленного реквизита.
Пространство имён:
FinistSoft.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисpublic static string CreateDataListsTreeKey(
Type basisType,
string propertyName,
DataListsTree dataListsTree
)
Public Shared Function CreateDataListsTreeKey (
basisType As Type,
propertyName As String,
dataListsTree As DataListsTree
) As String
Dim basisType As Type
Dim propertyName As String
Dim dataListsTree As DataListsTree
Dim returnValue As String
returnValue = Basis.CreateDataListsTreeKey(basisType,
propertyName, dataListsTree)
public static function CreateDataListsTreeKey(
basisType : Type,
propertyName : String,
dataListsTree : DataListsTree
) : String
Параметры
- basisType
- Тип: SystemType
Тип бизнес-объекта. - propertyName
- Тип: SystemString
Наименование реквизита бизнес-объекта. - dataListsTree
- Тип: FinistSoft.ObjectsDataListsTree
Дерево списков данных.
Возвращаемое значение
Тип:
StringКлюч кеша.
См. также