C# Class Calyptus.Mvc.HttpSessionStateWrapper

Inheritance: IHttpSessionState
Afficher le fichier Open project: sebmarkbage/calyptus.mvc

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Abandon ( ) : void
Add ( string name, object value ) : void
Clear ( ) : void
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : System.Collections.IEnumerator
HttpSessionStateWrapper ( System.Web.SessionState.HttpSessionState session ) : System
Remove ( string name ) : void
RemoveAll ( ) : void
RemoveAt ( int index ) : void
this ( int index ) : object
this ( string name ) : object

Method Details

Abandon() public méthode

public Abandon ( ) : void
Résultat void

Add() public méthode

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

Clear() public méthode

public Clear ( ) : void
Résultat void

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array System.Array
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : System.Collections.IEnumerator
Résultat System.Collections.IEnumerator

HttpSessionStateWrapper() public méthode

public HttpSessionStateWrapper ( System.Web.SessionState.HttpSessionState session ) : System
session System.Web.SessionState.HttpSessionState
Résultat System

Remove() public méthode

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

RemoveAll() public méthode

public RemoveAll ( ) : void
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int index ) : object
index int
Résultat object

this() public méthode

public this ( string name ) : object
name string
Résultat object