PageBoundPropertyDescriptor Class

Definition

Describes a page bound property.

public ref class PageBoundPropertyDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor
public ref class PageBoundPropertyDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor, Microsoft::AspNetCore::Mvc::Infrastructure::IPropertyInfoParameterDescriptor
public class PageBoundPropertyDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor
public class PageBoundPropertyDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor, Microsoft.AspNetCore.Mvc.Infrastructure.IPropertyInfoParameterDescriptor
type PageBoundPropertyDescriptor = class
    inherit ParameterDescriptor
type PageBoundPropertyDescriptor = class
    inherit ParameterDescriptor
    interface IPropertyInfoParameterDescriptor
Public Class PageBoundPropertyDescriptor
Inherits ParameterDescriptor
Public Class PageBoundPropertyDescriptor
Inherits ParameterDescriptor
Implements IPropertyInfoParameterDescriptor
Inheritance
PageBoundPropertyDescriptor
Implements

Constructors

PageBoundPropertyDescriptor()

Properties

BindingInfo

Gets or sets the BindingInfo for the parameter.

(Inherited from ParameterDescriptor)
Name

Gets or sets the parameter name.

(Inherited from ParameterDescriptor)
ParameterType

Gets or sets the type of the parameter.

(Inherited from ParameterDescriptor)
Property

Gets or sets the PropertyInfo for this property.

Explicit Interface Implementations

IPropertyInfoParameterDescriptor.PropertyInfo

Applies to