C# Class Hd.Portal.Components.Context

Afficher le fichier Open project: TargetProcess/Tp.HelpDesk

Méthodes publiques

Méthode Description
Clear ( ) : void
Contains ( string name ) : bool
GetValue ( string name ) : object
Remove ( string name ) : void
SetValue ( string name, object value ) : void

Private Methods

Méthode Description
Context ( ) : System

Method Details

Clear() public static méthode

public static Clear ( ) : void
Résultat void

Contains() public static méthode

public static Contains ( string name ) : bool
name string
Résultat bool

GetValue() public static méthode

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

Remove() public static méthode

public static Remove ( string name ) : void
name string
Résultat void

SetValue() public static méthode

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