C# 클래스 StoryTeller.Files.FileReference

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

공개 메소드들

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

보호된 메소드들

메소드 설명
Equals ( FileReference other ) : bool

메소드 상세

Equals() 보호된 메소드

protected Equals ( FileReference other ) : bool
other FileReference
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

Etag() 공개 메소드

public Etag ( ) : string
리턴 string

FileReference() 공개 메소드

public FileReference ( string path ) : System
path string
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

LastModified() 공개 메소드

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

Length() 공개 메소드

public Length ( ) : long
리턴 long

Load() 공개 정적인 메소드

public static Load ( string relativePath ) : IFileReference
relativePath string
리턴 IFileReference

ReadContents() 공개 메소드

public ReadContents ( ) : string
리턴 string

ReadContents() 공개 메소드

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

ReadLines() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string