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新しいインスタンスを作成します。

PagePropertyModel(PropertyInfo, IReadOnlyList<Object>)

PagePropertyModel の新しいインスタンスを作成します。

プロパティ

Attributes

プロパティに注釈が付けられた属性を取得します。

Attributes

属性。

(継承元 ParameterModelBase)
BindingInfo

このモデルに関連付けられている を BindingInfo 取得または設定します。

BindingInfo

BindingInfo

(継承元 ParameterModelBase)
Name

名前。

(継承元 ParameterModelBase)
Page

関連付PagePropertyModelけられている をPageApplicationModel取得または設定します。

ParameterType

型。

(継承元 ParameterModelBase)
Properties

プロパティ。

Properties

プロパティ。

(継承元 ParameterModelBase)
PropertyInfo

PropertyInfo

PropertyName

プロパティ名を取得または設定します。

明示的なインターフェイスの実装

ICommonModel.Attributes

内のプロパティを PageApplicationModel表します。

ICommonModel.MemberInfo

内のプロパティを PageApplicationModel表します。

ICommonModel.Name

内のプロパティを PageApplicationModel表します。

IPropertyModel.Properties

内のプロパティを PageApplicationModel表します。

適用対象