MutableObjectModelBinder Class

Maps a browser request to a mutable data object.

Inheritance Hierarchy

System.Object
  System.Web.Http.ModelBinding.Binders.MutableObjectModelBinder

Namespace:  System.Web.Http.ModelBinding.Binders
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Public Class MutableObjectModelBinder _
    Implements IModelBinder
'Usage
Dim instance As MutableObjectModelBinder
public class MutableObjectModelBinder : IModelBinder
public ref class MutableObjectModelBinder : IModelBinder
type MutableObjectModelBinder =  
    class
        interface IModelBinder
    end
public class MutableObjectModelBinder implements IModelBinder

The MutableObjectModelBinder type exposes the following members.

Constructors

  Name Description
Public method MutableObjectModelBinder Initializes a new instance of the MutableObjectModelBinder class.

Top

Methods

  Name Description
Public method BindModel Binds the model by using the specified action context and binding context.
Protected method CanUpdateProperty Retrieves a value that indicates whether a property can be updated.
Protected method CreateModel Creates an instance of the model.
Protected method EnsureModel Creates a model instance if an instance does not yet exist in the binding context.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Protected method GetMetadataForProperties Retrieves metadata for properties of the model.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SetProperty Sets the value of a specified property.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Http.ModelBinding.Binders Namespace