ComplexModelDto Class
Represents a data transfer object (DTO) for a complex model.
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | ComplexModelDto(ModelMetadata, IEnumerable<ModelMetadata>) | Initializes a new instance of the ComplexModelDto class. |
| 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. |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


