C# Класс Hd.Portal.ChildEntityCache

Показать файл Открыть проект

Открытые методы

Метод Описание
GetCachedChilds ( int ID ) : IList
PreloadChilds ( IList list ) : void

Защищенные методы

Метод Описание
AppendGroupToHashtable ( int id, IList childs, Hashtable hashtable ) : void
ProcessEntries ( Hashtable hashtable, int ids ) : void

Приватные методы

Метод Описание
GetCacheName ( ) : string
PreloadChilds ( Hashtable hashtable, IList list ) : void

Описание методов

AppendGroupToHashtable() защищенный Метод

protected AppendGroupToHashtable ( int id, IList childs, Hashtable hashtable ) : void
id int
childs IList
hashtable System.Collections.Hashtable
Результат void

GetCachedChilds() публичный Метод

public GetCachedChilds ( int ID ) : IList
ID int
Результат IList

PreloadChilds() публичный Метод

public PreloadChilds ( IList list ) : void
list IList
Результат void

ProcessEntries() защищенный абстрактный Метод

protected abstract ProcessEntries ( Hashtable hashtable, int ids ) : void
hashtable System.Collections.Hashtable
ids int
Результат void