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

Inheritance: ValueObjectBase, IPageStateEntity
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

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

Method Details

Equals() public méthode

public Equals ( IPageStateEntity other ) : bool
other IPageStateEntity
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

PageStateEntity() public méthode

public PageStateEntity ( ) : System
Résultat System

PageStateEntity() public méthode

public PageStateEntity ( string id, byte value, bool isCompressed ) : System
id string
value byte
isCompressed bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string