C# 클래스 CSReportDll.cReportGroups

상속: System.Collections.Specialized.NameObjectCollectionBase
파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net 1 사용 예제들

공개 메소드들

메소드 설명
Add ( String key, Object value ) : void
add ( cReportGroup c, String key ) : cReportGroup
add2 ( cReportGroup c, String key ) : cReportGroup
cReportGroups ( ) : System
cReportGroups ( IDictionary d, System.Boolean bReadOnly ) : System
clear ( ) : void
count ( ) : int
getGroupsFooters ( ) : cReportSections
getGroupsHeaders ( ) : cReportSections
item ( String key ) : cReportGroup
item ( int index ) : cReportGroup
remove ( String key ) : void
remove ( int index ) : void
this ( int index ) : DictionaryEntry
this ( String key ) : Object

비공개 메소드들

메소드 설명
Clear ( ) : void
Remove ( String key ) : void
Remove ( int index ) : void
pSetName ( String section, String name ) : String
pSetName ( cReportGroup c, String name ) : void
pSetName ( cReportSection c, String name ) : void
setGroupsFooters ( cReportSections rhs ) : void
setGroupsHeaders ( cReportSections rhs ) : void

메소드 상세

Add() 공개 메소드

public Add ( String key, Object value ) : void
key String
value Object
리턴 void

add() 공개 메소드

public add ( cReportGroup c, String key ) : cReportGroup
c cReportGroup
key String
리턴 cReportGroup

add2() 공개 메소드

public add2 ( cReportGroup c, String key ) : cReportGroup
c cReportGroup
key String
리턴 cReportGroup

cReportGroups() 공개 메소드

public cReportGroups ( ) : System
리턴 System

cReportGroups() 공개 메소드

public cReportGroups ( IDictionary d, System.Boolean bReadOnly ) : System
d IDictionary
bReadOnly System.Boolean
리턴 System

clear() 공개 메소드

public clear ( ) : void
리턴 void

count() 공개 메소드

public count ( ) : int
리턴 int

getGroupsFooters() 공개 메소드

public getGroupsFooters ( ) : cReportSections
리턴 cReportSections

getGroupsHeaders() 공개 메소드

public getGroupsHeaders ( ) : cReportSections
리턴 cReportSections

item() 공개 메소드

public item ( String key ) : cReportGroup
key String
리턴 cReportGroup

item() 공개 메소드

public item ( int index ) : cReportGroup
index int
리턴 cReportGroup

remove() 공개 메소드

public remove ( String key ) : void
key String
리턴 void

remove() 공개 메소드

public remove ( int index ) : void
index int
리턴 void

this() 공개 메소드

public this ( int index ) : DictionaryEntry
index int
리턴 System.Collections.DictionaryEntry

this() 공개 메소드

public this ( String key ) : Object
key String
리턴 Object