Class ModelBindingParameterInfo
public class ModelBindingParameterInfo
- Inheritance
-
objectModelBindingParameterInfo
Properties
BindOnRoot
public bool BindOnRoot { get; }
Property Value
BindingSource
public ModelBindingSources BindingSource { get; }
Property Value
BindingSourceKey
public string BindingSourceKey { get; }
Property Value
BindingSourceKey2
public object BindingSourceKey2 { get; }
Property Value
- object
BindingSourceParamsIndices
public int[]? BindingSourceParamsIndices { get; }
Property Value
- int[]
DefaultValue
public object DefaultValue { get; }
Property Value
- object
IntermediateType
public Type? IntermediateType { get; }
Property Value
IsRequired
public bool IsRequired { get; }
Property Value
MethodParameterInfo
public ParameterInfo MethodParameterInfo { get; }
Property Value
Name
public string Name { get; }
Property Value
NameLower
public string NameLower { get; }
Property Value
Raw
public bool Raw { get; }
Property Value
Type
public Type? Type { get; }
Property Value
ValidationAttributes
public IReadOnlyList<ValidationAttribute> ValidationAttributes { get; }