C# Class DynamicServices.Mvc.ActionDescriptors.DynamicParameterDescriptor

Inheritance: System.Web.Mvc.ParameterDescriptor
Afficher le fichier Open project: ryanohs/DynamicServices Class Usage Examples

Méthodes publiques

Méthode Description
DynamicParameterDescriptor ( System.Web.Mvc.ActionDescriptor actionDescriptor, string parameterName, Type parameterType ) : System

Method Details

DynamicParameterDescriptor() public méthode

public DynamicParameterDescriptor ( System.Web.Mvc.ActionDescriptor actionDescriptor, string parameterName, Type parameterType ) : System
actionDescriptor System.Web.Mvc.ActionDescriptor
parameterName string
parameterType System.Type
Résultat System