C# Class AjErl.Context

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

Méthodes publiques

Méthode Description
Context ( Context parent = null, Module module = null ) : System
GetValue ( string name ) : object
HasValue ( string name ) : bool
SetParent ( Context parent ) : void
SetValue ( string name, object value ) : void

Method Details

Context() public méthode

public Context ( Context parent = null, Module module = null ) : System
parent Context
module AjErl.Language.Module
Résultat System

GetValue() public méthode

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

HasValue() public méthode

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

SetParent() public méthode

public SetParent ( Context parent ) : void
parent Context
Résultat void

SetValue() public méthode

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