C# Class DartSharp.Context

Afficher le fichier Open project: ajlopez/DartSharp Class Usage Examples

Méthodes publiques

Méthode Description
Context ( ) : System
Context ( Context parent ) : System
DefineVariable ( string name ) : void
GetValue ( string name ) : object
HasVariable ( string name ) : bool
SetValue ( string name, object value ) : void

Method Details

Context() public méthode

public Context ( ) : System
Résultat System

Context() public méthode

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

DefineVariable() public méthode

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

GetValue() public méthode

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

HasVariable() public méthode

public HasVariable ( string name ) : bool
name string
Résultat bool

SetValue() public méthode

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