C# Class Hd.Web.Extensions.StateKeeper

Inheritance: IStateKeeper
Afficher le fichier Open project: TargetProcess/Tp.HelpDesk

Méthodes publiques

Méthode Description
Clear ( ) : void
GetValue ( object key ) : object
SetValue ( object key, object value ) : void

Method Details

Clear() public static méthode

public static Clear ( ) : void
Résultat void

GetValue() public méthode

public GetValue ( object key ) : object
key object
Résultat object

SetValue() public méthode

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