C# Class CSReportPaint.cReportPaintObjects

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
bringToFront ( String key ) : void
cReportPaintObjects ( ) : System
cReportPaintObjects ( IDictionary d, System.Boolean bReadOnly ) : System
clear ( ) : void
count ( ) : int
getNextKeyForZOrder ( int index ) : String
getNextPaintObjForZOrder ( int index ) : cReportPaintObject
getZOrderForKey ( String key ) : int
item ( String key ) : cReportPaintObject
item ( int index ) : cReportPaintObject
remove ( String key ) : void
remove ( int index ) : void
sendToBack ( String key ) : void
this ( int index ) : DictionaryEntry
this ( String key ) : Object
zorder ( String key, bool top ) : void

Private Methods

Méthode Description
add ( cReportPaintObject c, String key ) : cReportPaintObject
removeZOrder ( String sKey ) : void

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

bringToFront() public méthode

public bringToFront ( String key ) : void
key String
Résultat void

cReportPaintObjects() public méthode

public cReportPaintObjects ( ) : System
Résultat System

cReportPaintObjects() public méthode

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

getNextKeyForZOrder() public méthode

public getNextKeyForZOrder ( int index ) : String
index int
Résultat String

getNextPaintObjForZOrder() public méthode

public getNextPaintObjForZOrder ( int index ) : cReportPaintObject
index int
Résultat cReportPaintObject

getZOrderForKey() public méthode

public getZOrderForKey ( String key ) : int
key String
Résultat int

item() public méthode

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

item() public méthode

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

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

sendToBack() public méthode

public sendToBack ( String key ) : void
key String
Résultat void

this() public méthode

public this ( int index ) : DictionaryEntry
index int
Résultat DictionaryEntry

this() public méthode

public this ( String key ) : Object
key String
Résultat Object

zorder() public méthode

public zorder ( String key, bool top ) : void
key String
top bool
Résultat void