ParameterModel Class¶
Constructors¶
-
ParameterModel
(Microsoft.AspNet.Mvc.ApplicationModels.ParameterModel)¶ Arguments: public ParameterModel(ParameterModel other)
-
ParameterModel
(System.Reflection.ParameterInfo, System.Collections.Generic.IReadOnlyList<System.Object>) Arguments: - parameterInfo (System.Reflection.ParameterInfo) –
- attributes (System.Collections.Generic.IReadOnlyList{System.Object}) –
public ParameterModel(ParameterInfo parameterInfo, IReadOnlyList<object> attributes)
-
Properties¶
-
Action
()¶ Return type: Microsoft.AspNet.Mvc.ApplicationModels.ActionModel public ActionModel Action { get; set; }
-
Attributes
()¶ Return type: System.Collections.Generic.IReadOnlyList{System.Object} public IReadOnlyList<object> Attributes { get; }
-
BindingInfo
()¶ Return type: Microsoft.AspNet.Mvc.ModelBinding.BindingInfo public BindingInfo BindingInfo { get; set; }
-
ParameterInfo
()¶ Return type: System.Reflection.ParameterInfo public ParameterInfo ParameterInfo { get; }
-
ParameterName
()¶ Return type: System.String public string ParameterName { get; set; }
-