C# Class CSReportScript.cReportCompilerGlobals

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
addVar ( String varName ) : cReportCompilerVar
cReportCompilerGlobals ( ) : System
cReportCompilerGlobals ( IDictionary d, System.Boolean bReadOnly ) : System
clear ( ) : void
count ( ) : int
getMode ( ) : eReportCompilerMode
getVar ( String varName ) : cReportCompilerVar
remove ( String key ) : void
remove ( int index ) : void
setMode ( eReportCompilerMode rhs ) : void
this ( int index ) : DictionaryEntry
this ( String key ) : Object

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

addVar() public méthode

public addVar ( String varName ) : cReportCompilerVar
varName String
Résultat cReportCompilerVar

cReportCompilerGlobals() public méthode

public cReportCompilerGlobals ( ) : System
Résultat System

cReportCompilerGlobals() public méthode

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

getMode() public méthode

public getMode ( ) : eReportCompilerMode
Résultat eReportCompilerMode

getVar() public méthode

public getVar ( String varName ) : cReportCompilerVar
varName String
Résultat cReportCompilerVar

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

setMode() public méthode

public setMode ( eReportCompilerMode rhs ) : void
rhs eReportCompilerMode
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