C# Класс StorytellerDocGen.Testing.Samples.FakeFile

Наследование: IFileReference
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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