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