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
System_CAPS_pubmethod ComplexModelDto(ModelMetadata, IEnumerable<ModelMetadata>)

Initializes a new instance of the ComplexModelDto class.

Properties

Name Description
System_CAPS_pubproperty ModelMetadata

Gets or sets the model metadata of the ComplexModelDto.

System_CAPS_pubproperty PropertyMetadata

Gets or sets the collection of property metadata of the ComplexModelDto.

System_CAPS_pubproperty Results

Gets or sets the results of the ComplexModelDto.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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