C# Class NSoft.NFramework.Web.PageStatePersisters.PageStateEntity

Inheritance: ValueObjectBase, IPageStateEntity
Datei anzeigen Open project: debop/NFramework

Public Methods

Method Description
Equals ( IPageStateEntity other ) : bool
GetHashCode ( ) : int
PageStateEntity ( ) : System
PageStateEntity ( string id, byte value, bool isCompressed ) : System
ToString ( ) : string

Method Details

Equals() public method

public Equals ( IPageStateEntity other ) : bool
other IPageStateEntity
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

PageStateEntity() public method

public PageStateEntity ( ) : System
return System

PageStateEntity() public method

public PageStateEntity ( string id, byte value, bool isCompressed ) : System
id string
value byte
isCompressed bool
return System

ToString() public method

public ToString ( ) : string
return string