Share via


ComplexModelDto Class

Represents a data transfer object (DTO) for a complex model.

Inheritance Hierarchy

System.Object
  System.Web.Http.ModelBinding.Binders.ComplexModelDto

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

Syntax

'Declaration
Public Class ComplexModelDto
'Usage
Dim instance As ComplexModelDto
public class ComplexModelDto
public ref class ComplexModelDto
type ComplexModelDto =  class end
public class ComplexModelDto

The ComplexModelDto type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property ModelMetadata Gets or sets the model metadata of the ComplexModelDto.
Public property PropertyMetadata Gets or sets the collection of property metadata of the ComplexModelDto.
Public property Results Gets or sets the results of the ComplexModelDto.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (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