C# Class StoryTeller.Files.FileReference

Inheritance: IFileReference
Mostra file Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
Etag ( ) : string
FileReference ( string path ) : System
GetHashCode ( ) : int
LastModified ( ) : System.DateTime
Length ( ) : long
Load ( string relativePath ) : IFileReference
ReadContents ( ) : string
ReadContents ( Action action ) : void
ReadLines ( Action read ) : void
ToString ( ) : string

Protected Methods

Method Description
Equals ( FileReference other ) : bool

Method Details

Equals() protected method

protected Equals ( FileReference other ) : bool
other FileReference
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Etag() public method

public Etag ( ) : string
return string

FileReference() public method

public FileReference ( string path ) : System
path string
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

LastModified() public method

public LastModified ( ) : System.DateTime
return System.DateTime

Length() public method

public Length ( ) : long
return long

Load() public static method

public static Load ( string relativePath ) : IFileReference
relativePath string
return IFileReference

ReadContents() public method

public ReadContents ( ) : string
return string

ReadContents() public method

public ReadContents ( Action action ) : void
action Action
return void

ReadLines() public method

public ReadLines ( Action read ) : void
read Action
return void

ToString() public method

public ToString ( ) : string
return string