C# Class CSReportDll.cReportControls

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Clear ( ) : void
Remove ( String key ) : void
Remove ( int index ) : void
releaseReferences ( ) : void

Method Details

Add() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

add() public méthode

public add ( ) : cReportControl
Résultat cReportControl

add() public méthode

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

cReportControls() public méthode

public cReportControls ( ) : System
Résultat System

cReportControls() public méthode

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

getCollByLeft() public méthode

public getCollByLeft ( ) : int[]
Résultat int[]

getCopyColl() public méthode

public getCopyColl ( ) : cReportControls2
Résultat cReportControls2

getSectionLine() public méthode

public getSectionLine ( ) : cReportSectionLine
Résultat cReportSectionLine

getTypeSection() public méthode

public getTypeSection ( ) : csRptSectionType
Résultat csRptSectionType

item() public méthode

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

item() public méthode

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

orderCollByLeft() public méthode

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

setCopyColl() public méthode

public setCopyColl ( cReportControls2 rhs ) : void
rhs cReportControls2
Résultat void

setSectionLine() public méthode

public setSectionLine ( cReportSectionLine rhs ) : void
rhs cReportSectionLine
Résultat void

setTypeSection() public méthode

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