C# Class StorytellerDocGen.Testing.Samples.FakeFile

Inheritance: IFileReference
显示文件 Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
Append ( string text ) : void
Etag ( ) : string
FakeFile ( ) : System
FakeFile ( string text ) : System
LastModified ( ) : System.DateTime
Length ( ) : long
ReadContents ( ) : string
ReadContents ( Action action ) : void
ReadLines ( Action read ) : void

Method Details

Append() public method

public Append ( string text ) : void
text string
return void

Etag() public method

public Etag ( ) : string
return string

FakeFile() public method

public FakeFile ( ) : System
return System

FakeFile() public method

public FakeFile ( string text ) : System
text string
return System

LastModified() public method

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

Length() public method

public Length ( ) : long
return long

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