C# Class CSReportPaint.cReportPaintObjects

Inheritance: System.Collections.Specialized.NameObjectCollectionBase
显示文件 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
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

Method Description
add ( cReportPaintObject c, String key ) : cReportPaintObject
removeZOrder ( String sKey ) : void

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

bringToFront() public method

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

cReportPaintObjects() public method

public cReportPaintObjects ( ) : System
return System

cReportPaintObjects() public method

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

getNextKeyForZOrder() public method

public getNextKeyForZOrder ( int index ) : String
index int
return String

getNextPaintObjForZOrder() public method

public getNextPaintObjForZOrder ( int index ) : cReportPaintObject
index int
return cReportPaintObject

getZOrderForKey() public method

public getZOrderForKey ( String key ) : int
key String
return int

item() public method

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

item() public method

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

remove() public method

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

remove() public method

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

sendToBack() public method

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

this() public method

public this ( int index ) : DictionaryEntry
index int
return DictionaryEntry

this() public method

public this ( String key ) : Object
key String
return Object

zorder() public method

public zorder ( String key, bool top ) : void
key String
top bool
return void