C# 클래스 StorytellerDocGen.Testing.Samples.FakeFile

상속: IFileReference
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Append() 공개 메소드

public Append ( string text ) : void
text string
리턴 void

Etag() 공개 메소드

public Etag ( ) : string
리턴 string

FakeFile() 공개 메소드

public FakeFile ( ) : System
리턴 System

FakeFile() 공개 메소드

public FakeFile ( string text ) : System
text string
리턴 System

LastModified() 공개 메소드

public LastModified ( ) : System.DateTime
리턴 System.DateTime

Length() 공개 메소드

public Length ( ) : long
리턴 long

ReadContents() 공개 메소드

public ReadContents ( ) : string
리턴 string

ReadContents() 공개 메소드

public ReadContents ( Action action ) : void
action Action
리턴 void

ReadLines() 공개 메소드

public ReadLines ( Action read ) : void
read Action
리턴 void