C# Class CSReportDll.cReportControls2

Inheritance: System.Collections.Specialized.NameObjectCollectionBase
Mostra file 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
cReportControls2 ( ) : System
cReportControls2 ( IDictionary d, System.Boolean bReadOnly ) : System
clear ( ) : void
count ( ) : int
item ( String key ) : cReportControl
item ( int index ) : cReportControl
remove ( String key ) : void
remove ( int index ) : void
this ( int index ) : DictionaryEntry
this ( String key ) : Object

Private Methods

Method Description
add2 ( cReportControl c, String key ) : cReportControl
getDummyKey ( ) : String

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

cReportControls2() public method

public cReportControls2 ( ) : System
return System

cReportControls2() public method

public cReportControls2 ( 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 ) : cReportControl
key String
return cReportControl

item() public method

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

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