C# 클래스 ServiceStack.WebHost.Endpoints.Metadata.BaseMetadataHandler

상속: ServiceStack.WebHost.Endpoints.Support.HttpHandlerBase, IServiceStackHttpHandler
파일 보기 프로젝트 열기: firstsee/ServiceStack

공개 메소드들

메소드 설명
Execute ( HttpContext context ) : void

보호된 메소드들

메소드 설명
CreateMessage ( Type dtoType ) : string
ProcessOperations ( System.Web.UI.HtmlTextWriter writer ) : void
RenderOperation ( System.Web.UI.HtmlTextWriter writer, string operationName, string requestMessage, string responseMessage ) : void
RenderOperations ( System.Web.UI.HtmlTextWriter writer, ServiceStack.WebHost.Endpoints.Metadata.Operations allOperations ) : void

메소드 상세

CreateMessage() 보호된 추상적인 메소드

protected abstract CreateMessage ( Type dtoType ) : string
dtoType System.Type
리턴 string

Execute() 공개 메소드

public Execute ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void

ProcessOperations() 보호된 메소드

protected ProcessOperations ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

RenderOperation() 보호된 메소드

protected RenderOperation ( System.Web.UI.HtmlTextWriter writer, string operationName, string requestMessage, string responseMessage ) : void
writer System.Web.UI.HtmlTextWriter
operationName string
requestMessage string
responseMessage string
리턴 void

RenderOperations() 보호된 추상적인 메소드

protected abstract RenderOperations ( System.Web.UI.HtmlTextWriter writer, ServiceStack.WebHost.Endpoints.Metadata.Operations allOperations ) : void
writer System.Web.UI.HtmlTextWriter
allOperations ServiceStack.WebHost.Endpoints.Metadata.Operations
리턴 void