C# Класс AoC.Questionnaire.Extensions

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

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

Метод Описание
CopyTo ( this input, Stream output ) : void
CopyTo ( this input, Stream output, int buffer_size ) : void
CopyToAsync ( this input, Stream output ) : System.Threading.Tasks.Task
CopyToAsync ( this input, Stream output, int bufferSize ) : System.Threading.Tasks.Task
Hash ( this clear_text ) : string
RecursiveFileSearch ( this dir ) : IEnumerable
ValidateEmail ( this email ) : bool
Write ( this stream, Encoding encoding, string text ) : void
Write ( this stream, string text ) : void
Write ( this stream, string text, Encoding encoding ) : void

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

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

public static CopyTo ( this input, Stream output ) : void
input this
output Stream
Результат void

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

public static CopyTo ( this input, Stream output, int buffer_size ) : void
input this
output Stream
buffer_size int
Результат void

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

public static CopyToAsync ( this input, Stream output ) : System.Threading.Tasks.Task
input this
output Stream
Результат System.Threading.Tasks.Task

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

public static CopyToAsync ( this input, Stream output, int bufferSize ) : System.Threading.Tasks.Task
input this
output Stream
bufferSize int
Результат System.Threading.Tasks.Task

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

public static Hash ( this clear_text ) : string
clear_text this
Результат string

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

public static RecursiveFileSearch ( this dir ) : IEnumerable
dir this
Результат IEnumerable

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

public static ValidateEmail ( this email ) : bool
email this
Результат bool

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

public static Write ( this stream, Encoding encoding, string text ) : void
stream this
encoding System.Text.Encoding
text string
Результат void

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

public static Write ( this stream, string text ) : void
stream this
text string
Результат void

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

public static Write ( this stream, string text, Encoding encoding ) : void
stream this
text string
encoding System.Text.Encoding
Результат void