ComplexModelDto Class
Represents a data transfer object (DTO) for a complex model.
Namespace: Microsoft.Web.Mvc.ModelBinding
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Inheritance Hierarchy
System.Object
Microsoft.Web.Mvc.ModelBinding.ComplexModelDto
Syntax
public class ComplexModelDto
public ref class ComplexModelDto
type ComplexModelDto = class end
Public Class ComplexModelDto
Constructors
Name | Description | |
---|---|---|
![]() |
ComplexModelDto(ModelMetadata, IEnumerable<ModelMetadata>) | Initializes a new instance of the ComplexModelDto class. |
Properties
Name | Description | |
---|---|---|
![]() |
ModelMetadata | Gets or sets the model metadata of the ComplexModelDto. |
![]() |
PropertyMetadata | Gets or sets the collection of property metadata of the ComplexModelDto. |
![]() |
Results | Gets or sets the results of the ComplexModelDto. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
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
Microsoft.Web.Mvc.ModelBinding Namespace
Return to top