C# Class JsonFx.Handlers.HashETag

Generates an ETag for a specific Guid.
Inheritance: ETag
Afficher le fichier Open project: pocket-playlab/jsonfx-v1 Class Usage Examples

Méthodes publiques

Méthode Description
HashETag ( System.Guid hash ) : System

Ctor

HashETag ( string hash ) : System

Ctor

Méthodes protégées

Méthode Description
GetMetaData ( bool &isHash ) : object

Generates a unique ETag which changes when the Content changes

Method Details

GetMetaData() protected méthode

Generates a unique ETag which changes when the Content changes
protected GetMetaData ( bool &isHash ) : object
isHash bool
Résultat object

HashETag() public méthode

Ctor
public HashETag ( System.Guid hash ) : System
hash System.Guid
Résultat System

HashETag() public méthode

Ctor
public HashETag ( string hash ) : System
hash string
Résultat System