C# Class AjTalk.Context

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

Méthodes publiques

Méthode Description
Context ( ) : System
Context ( Context parent ) : System
GetNames ( ) : ICollection
GetValue ( string name ) : object
HasValue ( 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

GetNames() public méthode

public GetNames ( ) : ICollection
Résultat ICollection

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

SetValue() public méthode

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