C# Class CSReportDll.cReportGroups

Inheritance: System.Collections.Specialized.NameObjectCollectionBase
Mostrar archivo Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Add() public method

public Add ( String key, Object value ) : void
key String
value Object
return void

add() public method

public add ( cReportGroup c, String key ) : cReportGroup
c cReportGroup
key String
return cReportGroup

add2() public method

public add2 ( cReportGroup c, String key ) : cReportGroup
c cReportGroup
key String
return cReportGroup

cReportGroups() public method

public cReportGroups ( ) : System
return System

cReportGroups() public method

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

clear() public method

public clear ( ) : void
return void

count() public method

public count ( ) : int
return int

getGroupsFooters() public method

public getGroupsFooters ( ) : cReportSections
return cReportSections

getGroupsHeaders() public method

public getGroupsHeaders ( ) : cReportSections
return cReportSections

item() public method

public item ( String key ) : cReportGroup
key String
return cReportGroup

item() public method

public item ( int index ) : cReportGroup
index int
return cReportGroup

remove() public method

public remove ( String key ) : void
key String
return void

remove() public method

public remove ( int index ) : void
index int
return void

this() public method

public this ( int index ) : DictionaryEntry
index int
return System.Collections.DictionaryEntry

this() public method

public this ( String key ) : Object
key String
return Object