C# Class JsonFx.Handlers.FileETag

Represents an ETag for a file on disk
Generates a unique ETag which changes when the file changes
Inheritance: ETag
Afficher le fichier Open project: pocket-playlab/jsonfx-v1

Méthodes publiques

Méthode Description
FileETag ( string fileName ) : System

Ctor

Méthodes protégées

Méthode Description
GetLastModified ( ) : System.DateTime

Gets the LastWriteTimeUtc time associated with the file

GetMetaData ( bool &isHash ) : object

Generates a unique ETag which changes when the file metadata changes

Method Details

FileETag() public méthode

Ctor
public FileETag ( string fileName ) : System
fileName string
Résultat System

GetLastModified() protected méthode

Gets the LastWriteTimeUtc time associated with the file
protected GetLastModified ( ) : System.DateTime
Résultat System.DateTime

GetMetaData() protected méthode

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