C# Class CodeGarten.Service.Service

Mostrar archivo Open project: CodeGarten/CodeGarten

Public Methods

Method Description
CreateController ( System.Web.Routing.RequestContext requestContext, string controllerName ) : ServiceController
GetInstancePath ( Container container, WorkSpaceType workSpaceType ) : string
OnServiceCreating ( CodeGarten.Service.ServiceBuilder serviceBuilder ) : void
OnServiceInstall ( ) : void

Protected Methods

Method Description
ControllerMatch ( String arg0, String arg1 ) : bool
Service ( ServiceModel service ) : System

Method Details

ControllerMatch() protected static method

protected static ControllerMatch ( String arg0, String arg1 ) : bool
arg0 String
arg1 String
return bool

CreateController() public method

public CreateController ( System.Web.Routing.RequestContext requestContext, string controllerName ) : ServiceController
requestContext System.Web.Routing.RequestContext
controllerName string
return ServiceController

GetInstancePath() public abstract method

public abstract GetInstancePath ( Container container, WorkSpaceType workSpaceType ) : string
container Container
workSpaceType WorkSpaceType
return string

OnServiceCreating() public method

public OnServiceCreating ( CodeGarten.Service.ServiceBuilder serviceBuilder ) : void
serviceBuilder CodeGarten.Service.ServiceBuilder
return void

OnServiceInstall() public method

public OnServiceInstall ( ) : void
return void

Service() protected method

protected Service ( ServiceModel service ) : System
service ServiceModel
return System