PropertyModel クラス

定義

内のプロパティ 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
実装

コンストラクター

PropertyModel(PropertyInfo, IReadOnlyList<Object>)

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

PropertyModel(PropertyModel)

指定PropertyModelした から のPropertyModel新しいインスタンスを作成します。

プロパティ

Attributes

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

BindingInfo

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

BindingInfo

BindingInfo

(継承元 ParameterModelBase)
Controller

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

Name

名前。

(継承元 ParameterModelBase)
ParameterType

型。

(継承元 ParameterModelBase)
Properties

プロパティ。

PropertyInfo

PropertyInfo

PropertyName

プロパティの名前。

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

ICommonModel.MemberInfo

内のプロパティ ControllerModelを表すために使用される型。

ICommonModel.Name

内のプロパティ ControllerModelを表すために使用される型。

適用対象