C# Class Isop.Server.IsopServerFromBuild

Inheritance: IIsopServer
Mostrar archivo Open project: wallymathieu/isop Class Usage Examples

Public Methods

Method 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 method

public GetController ( string controller ) : Controller
controller string
return Isop.Server.Models.Controller

GetControllerMethod() public method

public GetControllerMethod ( string controller, string method ) : Method
controller string
method string
return Isop.Server.Models.Method

GetModel() public method

public GetModel ( ) : Isop.Server.Models.MethodTreeModel
return Isop.Server.Models.MethodTreeModel

InvokeMethod() public method

public InvokeMethod ( Models method, object>.IDictionary form ) : IEnumerable
method Models
form object>.IDictionary
return IEnumerable

IsopServerFromBuild() public method

public IsopServerFromBuild ( Func build ) : System
build Func
return System