Share via


ComplexModelDtoResult Class

Represents the result for ComplexModelDto object.

Inheritance Hierarchy

System.Object
  System.Web.Http.ModelBinding.Binders.ComplexModelDtoResult

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

Syntax

'Declaration
Public NotInheritable Class ComplexModelDtoResult
'Usage
Dim instance As ComplexModelDtoResult
public sealed class ComplexModelDtoResult
public ref class ComplexModelDtoResult sealed
[<SealedAttribute>]
type ComplexModelDtoResult =  class end
public final class ComplexModelDtoResult

The ComplexModelDtoResult type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Model Gets or sets the model for this object.
Public property ValidationNode Gets or sets the ModelValidationNode for this object.

Top

Methods

  Name Description
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