C# Class CSReportDll.cReportControls

Inheritance: System.Collections.Specialized.NameObjectCollectionBase, IDisposable
Mostra file Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
Add ( String key, Object value ) : void
Dispose ( ) : void
add ( ) : cReportControl
add ( cReportControl c, String key ) : cReportControl
cReportControls ( ) : System
cReportControls ( IDictionary d, System.Boolean bReadOnly ) : System
clear ( ) : void
count ( ) : int
getCollByLeft ( ) : int[]
getCopyColl ( ) : cReportControls2
getSectionLine ( ) : cReportSectionLine
getTypeSection ( ) : csRptSectionType
item ( String key ) : cReportControl
item ( int index ) : cReportControl
orderCollByLeft ( ) : void
remove ( String key ) : void
remove ( int index ) : void
setCopyColl ( cReportControls2 rhs ) : void
setSectionLine ( cReportSectionLine rhs ) : void
setTypeSection ( csRptSectionType rhs ) : void
this ( int index ) : DictionaryEntry
this ( String key ) : Object

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Clear ( ) : void
Remove ( String key ) : void
Remove ( int index ) : void
releaseReferences ( ) : void

Method Details

Add() public method

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

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

add() public method

public add ( ) : cReportControl
return cReportControl

add() public method

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

cReportControls() public method

public cReportControls ( ) : System
return System

cReportControls() public method

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

getCollByLeft() public method

public getCollByLeft ( ) : int[]
return int[]

getCopyColl() public method

public getCopyColl ( ) : cReportControls2
return cReportControls2

getSectionLine() public method

public getSectionLine ( ) : cReportSectionLine
return cReportSectionLine

getTypeSection() public method

public getTypeSection ( ) : csRptSectionType
return csRptSectionType

item() public method

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

item() public method

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

orderCollByLeft() public method

public orderCollByLeft ( ) : 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

setCopyColl() public method

public setCopyColl ( cReportControls2 rhs ) : void
rhs cReportControls2
return void

setSectionLine() public method

public setSectionLine ( cReportSectionLine rhs ) : void
rhs cReportSectionLine
return void

setTypeSection() public method

public setTypeSection ( csRptSectionType rhs ) : void
rhs csRptSectionType
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