C# Class AjScript.Context

Inheritance: IContext
Afficher le fichier Open project: ajlopez/AjScript Class Usage Examples

Méthodes publiques

Méthode Description
Context ( ) : System
Context ( IContext parent ) : System
DefineVariable ( string name ) : void
GetNames ( ) : ICollection
GetValue ( string name ) : object
RemoveValue ( string name ) : void
SetValue ( string name, object value ) : void

Method Details

Context() public méthode

public Context ( ) : System
Résultat System

Context() public méthode

public Context ( IContext parent ) : System
parent IContext
Résultat System

DefineVariable() public méthode

public DefineVariable ( string name ) : void
name string
Résultat void

GetNames() public méthode

public GetNames ( ) : ICollection
Résultat ICollection

GetValue() public méthode

public GetValue ( string name ) : object
name string
Résultat object

RemoveValue() public méthode

public RemoveValue ( string name ) : void
name string
Résultat void

SetValue() public méthode

public SetValue ( string name, object value ) : void
name string
value object
Résultat void