C# Class JsonFx.Handlers.HashETag

Generates an ETag for a specific Guid.
Inheritance: ETag
显示文件 Open project: pocket-playlab/jsonfx-v1 Class Usage Examples

Public Methods

Method Description
HashETag ( System.Guid hash ) : System

Ctor

HashETag ( string hash ) : System

Ctor

Protected Methods

Method Description
GetMetaData ( bool &isHash ) : object

Generates a unique ETag which changes when the Content changes

Method Details

GetMetaData() protected method

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

HashETag() public method

Ctor
public HashETag ( System.Guid hash ) : System
hash System.Guid
return System

HashETag() public method

Ctor
public HashETag ( string hash ) : System
hash string
return System