프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_dataUrlMappers | IDataUrlMapper>>.List | ||
_functionCollection | FunctionCollection |
메소드 | 설명 | |
---|---|---|
AddParameter ( Composite.Functions.ParameterProfile parameterProfile ) : void | ||
AssignDynamicUrlMapper ( |
||
Execute ( ParameterList parameters, Composite.Functions.FunctionContextContainer context ) : object | ||
ExecuteAsync ( ParameterList parameters, Composite.Functions.FunctionContextContainer context ) : Task | ||
UsePathInfoForRouting ( ) : void |
메소드 | 설명 | |
---|---|---|
GetBaseMvcRoute ( ParameterList parameters ) : string | ||
GetMvcRoute ( ParameterList parameters ) : string | ||
MvcFunctionBase ( string @namespace, string name, string description, FunctionCollection functionCollection ) : System |
메소드 | 설명 | |
---|---|---|
AttachDynamicDataUrlMappers ( ) : void | ||
CopyHttpContextData ( |
||
EmbedExceptionSourceCode ( |
||
ExecuteRoute ( System.Web.Routing.RouteData routeData, ParameterList parameters, bool &routeResolved ) : Composite.Core.Xml.XhtmlDocument | ||
ExecuteRouteAsync ( System.Web.Routing.RouteData routeData, |
||
GetParameterInformation ( ) : IEnumerable |
||
GetRouteData ( string virtualUrl, ParameterList parameters ) : System.Web.Routing.RouteData | ||
ParseOutput ( string xhtml ) : Composite.Core.Xml.XhtmlDocument | ||
ProcessDocument ( Composite.Core.Xml.XhtmlDocument document, ParameterList parameters ) : void |
public AddParameter ( Composite.Functions.ParameterProfile parameterProfile ) : void | ||
parameterProfile | Composite.Functions.ParameterProfile | |
리턴 | void |
public AssignDynamicUrlMapper ( |
||
dataType | ||
dataUrlMapper | IDataUrlMapper | |
리턴 | void |
public Execute ( ParameterList parameters, Composite.Functions.FunctionContextContainer context ) : object | ||
parameters | ParameterList | |
context | Composite.Functions.FunctionContextContainer | |
리턴 | object |
public ExecuteAsync ( ParameterList parameters, Composite.Functions.FunctionContextContainer context ) : Task | ||
parameters | ParameterList | |
context | Composite.Functions.FunctionContextContainer | |
리턴 | Task |
protected abstract GetBaseMvcRoute ( ParameterList parameters ) : string | ||
parameters | ParameterList | |
리턴 | string |
protected abstract GetMvcRoute ( ParameterList parameters ) : string | ||
parameters | ParameterList | |
리턴 | string |
protected MvcFunctionBase ( string @namespace, string name, string description, FunctionCollection functionCollection ) : System | ||
@namespace | string | |
name | string | |
description | string | |
functionCollection | FunctionCollection | |
리턴 | System |