C# Class Hd.Web.Extensions.SessionStateKeeper

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

Méthodes publiques

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

Method Details

CheckAccessibility() public méthode

public CheckAccessibility ( ) : 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