Свойство | Тип | Описание | |
---|---|---|---|
ServiceLogger | Logger |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
ServiceFactory ( ) : System |
public static AvaibleServices ( ) : IEnumerable |
||
Результат | IEnumerable |
public static CreateController ( System.Web.Routing.RequestContext requestContext, string serviceName, string controllerName ) : IController | ||
requestContext | System.Web.Routing.RequestContext | |
serviceName | string | |
controllerName | string | |
Результат | IController |
public static Install ( string name ) : bool | ||
name | string | |
Результат | bool |
public static InstancePath ( string service, |
||
service | string | |
container | ||
workSpaceType | ||
Результат | string |
public static NotInstalledServices ( ) : IEnumerable |
||
Результат | IEnumerable |