C# 클래스 SisoDb.Management.SisoDbManagementHandler

상속: IRouteHandler, IHttpHandler
파일 보기 프로젝트 열기: MikaelEliasson/SisoDb.Management

공개 프로퍼티들

프로퍼티 타입 설명
Context IContextAdapter

공개 메소드들

메소드 설명
GetHttpHandler ( System.Web.Routing.RequestContext requestContext ) : IHttpHandler
ProcessRequest ( HttpContext context ) : void

비공개 메소드들

메소드 설명
Delete ( ) : string
DeleteByQuery ( ) : string
Entity ( ) : string
GetData ( ) : string
GetQuerySpec ( TypeMapping typeMapping ) : QuerySpec
GetResource ( string filename ) : string
GetTypeMapping ( ) : TypeMapping
InitDatabase ( bool shouldBuildTables ) : string
Insert ( ) : string
InsertSchema ( ) : string
Query ( ) : string
RegenerateIndexes ( ) : string
Update ( ) : string

메소드 상세

GetHttpHandler() 공개 메소드

public GetHttpHandler ( System.Web.Routing.RequestContext requestContext ) : IHttpHandler
requestContext System.Web.Routing.RequestContext
리턴 IHttpHandler

ProcessRequest() 공개 메소드

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

프로퍼티 상세

Context 공개적으로 정적으로 프로퍼티

Should mainly be changed for testing
public static IContextAdapter Context
리턴 IContextAdapter