C# Class Serenity.Web.MvcFakes.FakeHttpSessionState

Inheritance: System.Web.HttpSessionStateBase
显示文件 Open project: volkanceylan/Serenity

Public Methods

Method Description
Add ( string name, object value ) : void
FakeHttpSessionState ( System.Web.SessionState.SessionStateItemCollection sessionItems ) : System.Collections
GetEnumerator ( ) : IEnumerator
Remove ( string name ) : void
this ( int index ) : object
this ( string name ) : object

Method Details

Add() public method

public Add ( string name, object value ) : void
name string
value object
return void

FakeHttpSessionState() public method

public FakeHttpSessionState ( System.Web.SessionState.SessionStateItemCollection sessionItems ) : System.Collections
sessionItems System.Web.SessionState.SessionStateItemCollection
return System.Collections

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

Remove() public method

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

this() public method

public this ( int index ) : object
index int
return object

this() public method

public this ( string name ) : object
name string
return object