C# 클래스 AoC.Questionnaire.Extensions

파일 보기 프로젝트 열기: HKStrategies/countrywide-countdown

공개 메소드들

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