C# 클래스 Hd.Portal.ChildEntityCache

파일 보기 프로젝트 열기: TargetProcess/Tp.HelpDesk

공개 메소드들

메소드 설명
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