C# Class CSReportDll.cReportGroups

Inheritance: System.Collections.Specialized.NameObjectCollectionBase
Afficher le fichier Open project: javiercrowsoft/CSReports.net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Add ( String key, Object value ) : void
key String
value Object
Résultat void

add() public méthode

public add ( cReportGroup c, String key ) : cReportGroup
c cReportGroup
key String
Résultat cReportGroup

add2() public méthode

public add2 ( cReportGroup c, String key ) : cReportGroup
c cReportGroup
key String
Résultat cReportGroup

cReportGroups() public méthode

public cReportGroups ( ) : System
Résultat System

cReportGroups() public méthode

public cReportGroups ( IDictionary d, System.Boolean bReadOnly ) : System
d IDictionary
bReadOnly System.Boolean
Résultat System

clear() public méthode

public clear ( ) : void
Résultat void

count() public méthode

public count ( ) : int
Résultat int

getGroupsFooters() public méthode

public getGroupsFooters ( ) : cReportSections
Résultat cReportSections

getGroupsHeaders() public méthode

public getGroupsHeaders ( ) : cReportSections
Résultat cReportSections

item() public méthode

public item ( String key ) : cReportGroup
key String
Résultat cReportGroup

item() public méthode

public item ( int index ) : cReportGroup
index int
Résultat cReportGroup

remove() public méthode

public remove ( String key ) : void
key String
Résultat void

remove() public méthode

public remove ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int index ) : DictionaryEntry
index int
Résultat System.Collections.DictionaryEntry

this() public méthode

public this ( String key ) : Object
key String
Résultat Object