PagePropertyModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a property in a 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
- Inheritance
-
PagePropertyModel
- Inheritance
- Implements
Constructors
PagePropertyModel(PagePropertyModel) |
Creates a new instance of PagePropertyModel from a given PagePropertyModel. |
PagePropertyModel(PropertyInfo, IReadOnlyList<Object>) |
Creates a new instance of PagePropertyModel. |
Properties
Attributes |
Gets any attributes which are annotated on the property. |
Attributes |
The attributes. (Inherited from ParameterModelBase) |
BindingInfo |
Gets or sets the BindingInfo associated with this model. |
BindingInfo |
The BindingInfo. (Inherited from ParameterModelBase) |
Name |
The name. (Inherited from ParameterModelBase) |
Page |
Gets or sets the PageApplicationModel this PagePropertyModel is associated with. |
ParameterType |
The type. (Inherited from ParameterModelBase) |
Properties |
The properties. |
Properties |
The properties. (Inherited from ParameterModelBase) |
PropertyInfo |
The PropertyInfo. |
PropertyName |
Gets or sets the property name. |
Explicit Interface Implementations
ICommonModel.Attributes | |
ICommonModel.MemberInfo | |
ICommonModel.Name | |
IPropertyModel.Properties |