다음을 통해 공유


PropertyModel 클래스

정의

의 속성을 나타내는 데 사용되는 형식입니다 ControllerModel.

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

생성자

PropertyModel(PropertyInfo, IReadOnlyList<Object>)

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

PropertyModel(PropertyModel)

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

속성

Attributes

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

BindingInfo

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

BindingInfo

BindingInfo

(다음에서 상속됨 ParameterModelBase)
Controller

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

Name

이름입니다.

(다음에서 상속됨 ParameterModelBase)
ParameterType

형식입니다.

(다음에서 상속됨 ParameterModelBase)
Properties

속성입니다.

PropertyInfo

PropertyInfo

PropertyName

속성의 이름입니다.

명시적 인터페이스 구현

ICommonModel.MemberInfo

의 속성을 나타내는 데 사용되는 형식입니다 ControllerModel.

ICommonModel.Name

의 속성을 나타내는 데 사용되는 형식입니다 ControllerModel.

적용 대상