다음을 통해 공유


PageBoundPropertyDescriptor 클래스

정의

페이지 바인딩된 속성에 대해 설명합니다.

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, Microsoft.AspNetCore.Mvc.Infrastructure.IPropertyInfoParameterDescriptor
public class PageBoundPropertyDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor
type PageBoundPropertyDescriptor = class
    inherit ParameterDescriptor
    interface IPropertyInfoParameterDescriptor
type PageBoundPropertyDescriptor = class
    inherit ParameterDescriptor
Public Class PageBoundPropertyDescriptor
Inherits ParameterDescriptor
Implements IPropertyInfoParameterDescriptor
Public Class PageBoundPropertyDescriptor
Inherits ParameterDescriptor
상속
PageBoundPropertyDescriptor
구현

생성자

PageBoundPropertyDescriptor()

페이지 바인딩된 속성에 대해 설명합니다.

속성

BindingInfo

매개 변수에 대한 를 BindingInfo 가져오거나 설정합니다.

(다음에서 상속됨 ParameterDescriptor)
Name

매개 변수 이름을 가져오거나 설정합니다.

(다음에서 상속됨 ParameterDescriptor)
ParameterType

매개 변수의 유형을 가져오거나 설정합니다.

(다음에서 상속됨 ParameterDescriptor)
Property

이 속성의 를 PropertyInfo 가져오거나 설정합니다.

명시적 인터페이스 구현

IPropertyInfoParameterDescriptor.PropertyInfo

페이지 바인딩된 속성에 대해 설명합니다.

적용 대상