PagePropertyModel 클래스

정의

의 속성을 PageApplicationModel나타냅니다.

public ref class PagePropertyModel : Microsoft::AspNetCore::Mvc::ApplicationModels::IBindingModel, Microsoft::AspNetCore::Mvc::ApplicationModels::ICommonModel
public ref class PagePropertyModel : Microsoft::AspNetCore::Mvc::ApplicationModels::ParameterModelBase, Microsoft::AspNetCore::Mvc::ApplicationModels::ICommonModel
public class PagePropertyModel : Microsoft.AspNetCore.Mvc.ApplicationModels.IBindingModel, Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel
public class PagePropertyModel : Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModelBase, Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel
type PagePropertyModel = class
    interface ICommonModel
    interface IPropertyModel
    interface IBindingModel
type PagePropertyModel = class
    inherit ParameterModelBase
    interface ICommonModel
    interface IPropertyModel
Public Class PagePropertyModel
Implements IBindingModel, ICommonModel
Public Class PagePropertyModel
Inherits ParameterModelBase
Implements ICommonModel
상속
PagePropertyModel
상속
PagePropertyModel
구현

생성자

PagePropertyModel(PagePropertyModel)

지정된 PagePropertyModel에서 의 PagePropertyModel 새 instance 만듭니다.

PagePropertyModel(PropertyInfo, IReadOnlyList<Object>)

PagePropertyModel의 새 인스턴스를 만듭니다.

속성

Attributes

속성에 주석이 추가된 특성을 가져옵니다.

Attributes

특성입니다.

(다음에서 상속됨 ParameterModelBase)
BindingInfo

이 모델과 연결된 를 BindingInfo 가져오거나 설정합니다.

BindingInfo

BindingInfo

(다음에서 상속됨 ParameterModelBase)
Name

이름입니다.

(다음에서 상속됨 ParameterModelBase)
Page

연결된 PagePropertyModelPageApplicationModel 가져오거나 설정합니다.

ParameterType

형식입니다.

(다음에서 상속됨 ParameterModelBase)
Properties

속성입니다.

Properties

속성입니다.

(다음에서 상속됨 ParameterModelBase)
PropertyInfo

PropertyInfo

PropertyName

속성 이름을 가져오거나 설정합니다.

명시적 인터페이스 구현

ICommonModel.Attributes

의 속성을 PageApplicationModel나타냅니다.

ICommonModel.MemberInfo

의 속성을 PageApplicationModel나타냅니다.

ICommonModel.Name

의 속성을 PageApplicationModel나타냅니다.

IPropertyModel.Properties

의 속성을 PageApplicationModel나타냅니다.

적용 대상