ComplexModelDtoModelBinder Class

Represents a model binder for ComplexModelDto object.

Inheritance Hierarchy

System.Object
  System.Web.Http.ModelBinding.Binders.ComplexModelDtoModelBinder

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

Syntax

'Declaration
Public NotInheritable Class ComplexModelDtoModelBinder _
    Implements IModelBinder
'Usage
Dim instance As ComplexModelDtoModelBinder
public sealed class ComplexModelDtoModelBinder : IModelBinder
public ref class ComplexModelDtoModelBinder sealed : IModelBinder
[<SealedAttribute>]
type ComplexModelDtoModelBinder =  
    class
        interface IModelBinder
    end
public final class ComplexModelDtoModelBinder implements IModelBinder

The ComplexModelDtoModelBinder type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public method BindModel Determines whether the specified model is binded.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
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