Method | Description | |
---|---|---|
CreateController ( System.Web.Routing.RequestContext requestContext, string controllerName ) : |
||
GetInstancePath ( Container container, WorkSpaceType workSpaceType ) : string | ||
OnServiceCreating ( CodeGarten.Service.ServiceBuilder serviceBuilder ) : void | ||
OnServiceInstall ( ) : void |
Method | Description | |
---|---|---|
ControllerMatch ( String arg0, String arg1 ) : bool | ||
Service ( ServiceModel service ) : System |
protected static ControllerMatch ( String arg0, String arg1 ) : bool | ||
arg0 | String | |
arg1 | String | |
return | bool |
public CreateController ( System.Web.Routing.RequestContext requestContext, string controllerName ) : |
||
requestContext | System.Web.Routing.RequestContext | |
controllerName | string | |
return |
public abstract GetInstancePath ( Container container, WorkSpaceType workSpaceType ) : string | ||
container | Container | |
workSpaceType | WorkSpaceType | |
return | string |
public OnServiceCreating ( CodeGarten.Service.ServiceBuilder serviceBuilder ) : void | ||
serviceBuilder | CodeGarten.Service.ServiceBuilder | |
return | void |
protected Service ( ServiceModel service ) : System | ||
service | ServiceModel | |
return | System |