PageParameterModel クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Page パラメーターを表す読み取りと操作のプロパティとパラメーターのモデル型。
public ref class PageParameterModel : Microsoft::AspNetCore::Mvc::ApplicationModels::IBindingModel, Microsoft::AspNetCore::Mvc::ApplicationModels::ICommonModel
public ref class PageParameterModel : Microsoft::AspNetCore::Mvc::ApplicationModels::ParameterModelBase, Microsoft::AspNetCore::Mvc::ApplicationModels::ICommonModel
public class PageParameterModel : Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModelBase, Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel
public class PageParameterModel : Microsoft.AspNetCore.Mvc.ApplicationModels.IBindingModel, Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel
type PageParameterModel = class
inherit ParameterModelBase
interface ICommonModel
interface IPropertyModel
interface IBindingModel
type PageParameterModel = class
interface ICommonModel
interface IPropertyModel
interface IBindingModel
type PageParameterModel = class
inherit ParameterModelBase
interface IBindingModel
interface ICommonModel
interface IPropertyModel
Public Class PageParameterModel
Inherits ParameterModelBase
Implements ICommonModel
Public Class PageParameterModel
Implements IBindingModel, ICommonModel
- 継承
- 継承
-
PageParameterModel
- 実装
コンストラクター
| PageParameterModel(PageParameterModel) |
コピー コンストラクター。 |
| PageParameterModel(ParameterInfo, IReadOnlyList<Object>) |
PageParameterModel の新しいインスタンスを初期化します。 |
プロパティ
| Attributes |
Page パラメーターを表す読み取りと操作のプロパティとパラメーターのモデル型。 |
| Attributes |
属性。 (継承元 ParameterModelBase) |
| BindingInfo |
Page パラメーターを表す読み取りと操作のプロパティとパラメーターのモデル型。 |
| BindingInfo | (継承元 ParameterModelBase) |
| Handler | |
| Name |
名前。 (継承元 ParameterModelBase) |
| ParameterInfo | |
| ParameterName |
パラメーター名を取得または設定します。 |
| ParameterType |
型。 (継承元 ParameterModelBase) |
| Properties |
Page パラメーターを表す読み取りと操作のプロパティとパラメーターのモデル型。 |
| Properties |
プロパティ。 (継承元 ParameterModelBase) |
明示的なインターフェイスの実装
| ICommonModel.Attributes |
Page パラメーターを表す読み取りと操作のプロパティとパラメーターのモデル型。 |
| ICommonModel.MemberInfo |
Page パラメーターを表す読み取りと操作のプロパティとパラメーターのモデル型。 |
| ICommonModel.Name |
Page パラメーターを表す読み取りと操作のプロパティとパラメーターのモデル型。 |
| IPropertyModel.Properties |
Page パラメーターを表す読み取りと操作のプロパティとパラメーターのモデル型。 |