C# Class CSReportDll.cReportConnectsAux

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
Clear ( ) : void
Remove ( String key ) : void
Remove ( int index ) : void
add ( cReportConnect c ) : cReportConnect
add ( cReportConnect c, String key ) : cReportConnect
cReportConnectsAux ( ) : System
cReportConnectsAux ( IDictionary d, System.Boolean bReadOnly ) : System
clear ( ) : void
count ( ) : int
item ( String key ) : cReportConnect
item ( int index ) : cReportConnect
remove ( String key ) : void
remove ( int index ) : void
this ( int index ) : DictionaryEntry
this ( String key ) : Object

Private Methods

Méthode Description
getDummyKey ( ) : String
load ( CSXml xDoc, XmlNode nodeFather ) : bool
save ( CSXml xDoc, XmlNode nodeFather ) : bool

Method Details

Add() public méthode

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

Clear() public méthode

public Clear ( ) : void
Résultat void

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

add() public méthode

public add ( cReportConnect c ) : cReportConnect
c cReportConnect
Résultat cReportConnect

add() public méthode

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

cReportConnectsAux() public méthode

public cReportConnectsAux ( ) : System
Résultat System

cReportConnectsAux() public méthode

public cReportConnectsAux ( 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

item() public méthode

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

item() public méthode

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

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