PropertyModel 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
의 속성을 나타내는 데 사용되는 형식입니다 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(PropertyInfo, IReadOnlyList<Object>) |
PropertyModel의 새 인스턴스를 만듭니다. |
PropertyModel(PropertyModel) |
지정된 PropertyModel에서 의 PropertyModel 새 instance 만듭니다. |
속성
Attributes |
속성에 주석이 추가된 특성을 가져옵니다. |
BindingInfo |
이 모델과 연결된 를 BindingInfo 가져오거나 설정합니다. |
BindingInfo | (다음에서 상속됨 ParameterModelBase) |
Controller |
연결된 PropertyModel 를 ControllerModel 가져오거나 설정합니다. |
Name |
이름입니다. (다음에서 상속됨 ParameterModelBase) |
ParameterType |
형식입니다. (다음에서 상속됨 ParameterModelBase) |
Properties |
속성입니다. |
PropertyInfo | |
PropertyName |
속성의 이름입니다. |
명시적 인터페이스 구현
ICommonModel.MemberInfo |
의 속성을 나타내는 데 사용되는 형식입니다 ControllerModel. |
ICommonModel.Name |
의 속성을 나타내는 데 사용되는 형식입니다 ControllerModel. |