C# Класс Fu.Steps.Static

Показать файл Открыть проект

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

Метод Описание
File ( this _, Reduce filenameReducer ) : Continuation
File ( this _, Reduce filenameReducer, Filter contentTypeFilter ) : Continuation
File ( this _, Reduce filenameReducer, string contentType ) : Continuation
File ( this _, string filename ) : Continuation
Folder ( this _, string urlPrefix, string folder ) : Continuation
Folder ( this _, string urlPrefix, string folder, Continuation on404 ) : Continuation
Text ( this _, Reduce textReducer ) : Continuation
Text ( this _, string text ) : Continuation

Описание методов

File() публичный статический Метод

public static File ( this _, Reduce filenameReducer ) : Continuation
_ this
filenameReducer Reduce
Результат Continuation

File() публичный статический Метод

public static File ( this _, Reduce filenameReducer, Filter contentTypeFilter ) : Continuation
_ this
filenameReducer Reduce
contentTypeFilter Filter
Результат Continuation

File() публичный статический Метод

public static File ( this _, Reduce filenameReducer, string contentType ) : Continuation
_ this
filenameReducer Reduce
contentType string
Результат Continuation

File() публичный статический Метод

public static File ( this _, string filename ) : Continuation
_ this
filename string
Результат Continuation

Folder() публичный статический Метод

public static Folder ( this _, string urlPrefix, string folder ) : Continuation
_ this
urlPrefix string
folder string
Результат Continuation

Folder() публичный статический Метод

public static Folder ( this _, string urlPrefix, string folder, Continuation on404 ) : Continuation
_ this
urlPrefix string
folder string
on404 Continuation
Результат Continuation

Text() публичный статический Метод

public static Text ( this _, Reduce textReducer ) : Continuation
_ this
textReducer Reduce
Результат Continuation

Text() публичный статический Метод

public static Text ( this _, string text ) : Continuation
_ this
text string
Результат Continuation