C# 클래스 fyiReporting.RDL.RCache

파일 보기 프로젝트 열기: majorsilence/My-FyiReporting 1 사용 예제들

비공개 메소드들

메소드 설명
Add ( fyiReporting.RDL.ReportDefn rd, string name, object o ) : void
Add ( fyiReporting.RDL.ReportLink rl, string name, object o ) : void
Add ( string key, object o ) : void
AddReplace ( fyiReporting.RDL.ReportDefn rd, string name, object o ) : void
AddReplace ( fyiReporting.RDL.ReportLink rl, string name, object o ) : void
AddReplace ( string key, object o ) : void
Get ( fyiReporting.RDL.ReportDefn rd, string name ) : object
Get ( fyiReporting.RDL.ReportLink rl, string name ) : object
Get ( int i, string name ) : object
Get ( string key ) : object
GetKey ( fyiReporting.RDL.ReportDefn rd, string name ) : string
GetKey ( fyiReporting.RDL.ReportLink rl, string name ) : string
GetKey ( int onum, string name ) : string
RCache ( ) : System
Remove ( fyiReporting.RDL.ReportDefn rd, string name ) : void
Remove ( fyiReporting.RDL.ReportLink rl, string name ) : void
Remove ( int i, string name ) : void
Remove ( string key ) : void