C# Class CSReportDll.cReportConnectsAux

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

Method Description
getDummyKey ( ) : String
load ( CSXml xDoc, XmlNode nodeFather ) : bool
save ( CSXml xDoc, XmlNode nodeFather ) : bool

Method Details

Add() public method

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

Clear() public method

public Clear ( ) : void
return void

Remove() public method

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

Remove() public method

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

add() public method

public add ( cReportConnect c ) : cReportConnect
c cReportConnect
return cReportConnect

add() public method

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

cReportConnectsAux() public method

public cReportConnectsAux ( ) : System
return System

cReportConnectsAux() public method

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

item() public method

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

item() public method

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

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