C# Class CodeGarten.Service.Service

Afficher le fichier Open project: CodeGarten/CodeGarten

Méthodes publiques

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

Méthodes protégées

Méthode Description
ControllerMatch ( String arg0, String arg1 ) : bool
Service ( ServiceModel service ) : System

Method Details

ControllerMatch() protected static méthode

protected static ControllerMatch ( String arg0, String arg1 ) : bool
arg0 String
arg1 String
Résultat bool

CreateController() public méthode

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

GetInstancePath() public abstract méthode

public abstract GetInstancePath ( Container container, WorkSpaceType workSpaceType ) : string
container Container
workSpaceType WorkSpaceType
Résultat string

OnServiceCreating() public méthode

public OnServiceCreating ( CodeGarten.Service.ServiceBuilder serviceBuilder ) : void
serviceBuilder CodeGarten.Service.ServiceBuilder
Résultat void

OnServiceInstall() public méthode

public OnServiceInstall ( ) : void
Résultat void

Service() protected méthode

protected Service ( ServiceModel service ) : System
service ServiceModel
Résultat System