C# Class MonoSoftware.Web.WAO.Providers.MemoryItem

Memory item.
Inheritance: IDisposable
Mostra file Open project: MonoSoftware/WAO-ViewState-Providers Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
IsItemExpired ( ) : bool

Is item expired.

MemoryItem ( ) : System

Constructor.

MemoryItem ( int timeout, string key, System.Web.UI.Pair value ) : System

Constructor.

MemoryItem ( string key, System.Web.UI.Pair value ) : System

Constructor.

Private Methods

Method Description
AddedToViewState ( ) : void

Added to view state used internally.

Method Details

Dispose() public method

public Dispose ( ) : void
return void

IsItemExpired() public method

Is item expired.
public IsItemExpired ( ) : bool
return bool

MemoryItem() public method

Constructor.
public MemoryItem ( ) : System
return System

MemoryItem() public method

Constructor.
public MemoryItem ( int timeout, string key, System.Web.UI.Pair value ) : System
timeout int
key string View state key
value System.Web.UI.Pair View state value
return System

MemoryItem() public method

Constructor.
public MemoryItem ( string key, System.Web.UI.Pair value ) : System
key string View state key
value System.Web.UI.Pair View state value
return System