Property | Type | Description | |
---|---|---|---|
ControllerDescriptorInternal | System.Web.Mvc.ControllerDescriptor | ||
Parameters | IList |
Method | Description | |
---|---|---|
AddParameter ( DynamicParameter parameter ) : void | ||
AddParameters ( IDynamicStage invoker, DynamicAction action ) : void | ||
DynamicActionDescriptor ( ) : System.Collections.Generic | ||
GetFilters ( ) : System.Web.Mvc.FilterInfo | ||
GetParameters ( ) : System.Web.Mvc.ParameterDescriptor[] | ||
SetActionName ( string actionName ) : void | ||
SetControllerDescriptor ( System.Web.Mvc.ControllerDescriptor controllerDescriptor ) : void |
public AddParameter ( DynamicParameter parameter ) : void | ||
parameter | DynamicParameter | |
return | void |
public AddParameters ( IDynamicStage invoker, DynamicAction action ) : void | ||
invoker | IDynamicStage | |
action | DynamicAction | |
return | void |
public DynamicActionDescriptor ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public GetFilters ( ) : System.Web.Mvc.FilterInfo | ||
return | System.Web.Mvc.FilterInfo |
public GetParameters ( ) : System.Web.Mvc.ParameterDescriptor[] | ||
return | System.Web.Mvc.ParameterDescriptor[] |
public SetActionName ( string actionName ) : void | ||
actionName | string | |
return | void |
public SetControllerDescriptor ( System.Web.Mvc.ControllerDescriptor controllerDescriptor ) : void | ||
controllerDescriptor | System.Web.Mvc.ControllerDescriptor | |
return | void |
protected ControllerDescriptor,System.Web.Mvc ControllerDescriptorInternal | ||
return | System.Web.Mvc.ControllerDescriptor |