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 | |
---|---|---|
ComplexModelDtoResult | Initializes a new instance of the ComplexModelDtoResult class. |
Top
Properties
Name | Description | |
---|---|---|
Model | Gets or sets the model for this object. | |
ValidationNode | Gets or sets the ModelValidationNode for this object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.