C# 클래스 Fu.Results.StringResult

상속: ResultBase
파일 보기 프로젝트 열기: chakrit/fu-sharp

공개 메소드들

메소드 설명
From ( IFuContext input, string text ) : ResultContext
Render ( IFuContext c, Stream output ) : long
StringResult ( string text ) : System.IO

메소드 상세

From() 공개 정적인 메소드

public static From ( IFuContext input, string text ) : ResultContext
input IFuContext
text string
리턴 Fu.Contexts.ResultContext

Render() 공개 메소드

public Render ( IFuContext c, Stream output ) : long
c IFuContext
output System.IO.Stream
리턴 long

StringResult() 공개 메소드

public StringResult ( string text ) : System.IO
text string
리턴 System.IO