C# Class Hd.Portal.Components.Context

Show file Open project: TargetProcess/Tp.HelpDesk

Public Methods

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

Private Methods

Method Description
Context ( ) : System

Method Details

Clear() public static method

public static Clear ( ) : void
return void

Contains() public static method

public static Contains ( string name ) : bool
name string
return bool

GetValue() public static method

public static GetValue ( string name ) : object
name string
return object

Remove() public static method

public static Remove ( string name ) : void
name string
return void

SetValue() public static method

public static SetValue ( string name, object value ) : void
name string
value object
return void