C# Class CodeGarten.Service.ServiceFactory

Afficher le fichier Open project: CodeGarten/CodeGarten

Méthodes publiques

Свойство Type Description
ServiceLogger Logger

Méthodes publiques

Méthode Description
AvaibleServices ( ) : IEnumerable
CreateController ( System.Web.Routing.RequestContext requestContext, string serviceName, string controllerName ) : IController
Install ( string name ) : bool
InstallAll ( ) : bool
InstancePath ( string service, Container container, WorkSpaceType workSpaceType ) : string
LoadServices ( ) : void
NotInstalledServices ( ) : IEnumerable

Private Methods

Méthode Description
ServiceFactory ( ) : System

Method Details

AvaibleServices() public static méthode

public static AvaibleServices ( ) : IEnumerable
Résultat IEnumerable

CreateController() public static méthode

public static CreateController ( System.Web.Routing.RequestContext requestContext, string serviceName, string controllerName ) : IController
requestContext System.Web.Routing.RequestContext
serviceName string
controllerName string
Résultat IController

Install() public static méthode

public static Install ( string name ) : bool
name string
Résultat bool

InstallAll() public static méthode

public static InstallAll ( ) : bool
Résultat bool

InstancePath() public static méthode

public static InstancePath ( string service, Container container, WorkSpaceType workSpaceType ) : string
service string
container CodeGarten.Data.Model.Container
workSpaceType CodeGarten.Data.Model.WorkSpaceType
Résultat string

LoadServices() public static méthode

public static LoadServices ( ) : void
Résultat void

NotInstalledServices() public static méthode

public static NotInstalledServices ( ) : IEnumerable
Résultat IEnumerable

Property Details

ServiceLogger public_oe static_oe property

public static Logger ServiceLogger
Résultat Logger