C# Class Isop.Server.IsopServerFromBuild

Inheritance: IIsopServer
Afficher le fichier Open project: wallymathieu/isop Class Usage Examples

Méthodes publiques

Méthode Description
GetController ( string controller ) : Controller
GetControllerMethod ( string controller, string method ) : Method
GetModel ( ) : Isop.Server.Models.MethodTreeModel
InvokeMethod ( Models method, object>.IDictionary form ) : IEnumerable
IsopServerFromBuild ( Func build ) : System

Method Details

GetController() public méthode

public GetController ( string controller ) : Controller
controller string
Résultat Isop.Server.Models.Controller

GetControllerMethod() public méthode

public GetControllerMethod ( string controller, string method ) : Method
controller string
method string
Résultat Isop.Server.Models.Method

GetModel() public méthode

public GetModel ( ) : Isop.Server.Models.MethodTreeModel
Résultat Isop.Server.Models.MethodTreeModel

InvokeMethod() public méthode

public InvokeMethod ( Models method, object>.IDictionary form ) : IEnumerable
method Models
form object>.IDictionary
Résultat IEnumerable

IsopServerFromBuild() public méthode

public IsopServerFromBuild ( Func build ) : System
build Func
Résultat System