MutableObjectModelBinder クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ブラウザー要求を変更可能なデータ オブジェクトにマップします。
public ref class MutableObjectModelBinder : System::Web::ModelBinding::IModelBinder
public class MutableObjectModelBinder : System.Web.ModelBinding.IModelBinder
type MutableObjectModelBinder = class
interface IModelBinder
Public Class MutableObjectModelBinder
Implements IModelBinder
- 継承
-
MutableObjectModelBinder
- 実装
コンストラクター
| 名前 | 説明 |
|---|---|
| MutableObjectModelBinder() |
MutableObjectModelBinder クラスの新しいインスタンスを初期化します。 |
メソッド
| 名前 | 説明 |
|---|---|
| BindModel(ModelBindingExecutionContext, ModelBindingContext) |
指定した実行コンテキストとバインド コンテキストを使用してモデルをバインドします。 |
| CanUpdateProperty(ModelMetadata) |
プロパティを更新できるかどうかを示す値を返します。 |
| CreateModel(ModelBindingExecutionContext, ModelBindingContext) |
モデルのインスタンスを作成します。 |
| EnsureModel(ModelBindingExecutionContext, ModelBindingContext) |
バインディング コンテキストにインスタンスがまだ存在しない場合は、モデル インスタンスを作成します。 |
| Equals(Object) |
指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
| GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
| GetMetadataForProperties(ModelBindingExecutionContext, ModelBindingContext) |
モデルのプロパティのメタデータを返します。 |
| GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
| MemberwiseClone() |
現在の Objectの簡易コピーを作成します。 (継承元 Object) |
| SetProperty(ModelBindingExecutionContext, ModelBindingContext, ModelMetadata, ComplexModelResult) |
指定したプロパティの値を設定します。 |
| ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |