Property | Type | Description | |
---|---|---|---|
ServiceLogger | Logger |
Method | Description | |
---|---|---|
AvaibleServices ( ) : IEnumerable |
||
CreateController ( System.Web.Routing.RequestContext requestContext, string serviceName, string controllerName ) : IController | ||
Install ( string name ) : bool | ||
InstallAll ( ) : bool | ||
InstancePath ( string service, |
||
LoadServices ( ) : void | ||
NotInstalledServices ( ) : IEnumerable |
Method | Description | |
---|---|---|
ServiceFactory ( ) : System |
public static AvaibleServices ( ) : IEnumerable |
||
return | IEnumerable |
public static CreateController ( System.Web.Routing.RequestContext requestContext, string serviceName, string controllerName ) : IController | ||
requestContext | System.Web.Routing.RequestContext | |
serviceName | string | |
controllerName | string | |
return | IController |
public static InstancePath ( string service, |
||
service | string | |
container | ||
workSpaceType | ||
return | string |
public static NotInstalledServices ( ) : IEnumerable |
||
return | IEnumerable |