ODataModelBuilder::ComplexType<TComplexType> Method ()

 

Registers a type as a complex type in the model and returns an object that can be used to configure the complex type. This method can be called multiple times for the same type to perform multiple lines of configuration.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

public:
generic<typename TComplexType>
where TComplexType : ref class
ComplexTypeConfiguration<TComplexType>^ ComplexType()

Return Value

Type: System.Web.OData.Builder::ComplexTypeConfiguration<TComplexType>^

The configuration object for the specified complex type.

Type Parameters

TComplexType

The type to be registered or configured.

Return to top
Show: