Share via


ParameterConfiguration.HasDerivedTypeConstraints(Type[]) Method

Definition

Adds subtypes to the list of derived type constraints.

public Microsoft.AspNet.OData.Builder.ParameterConfiguration HasDerivedTypeConstraints (params Type[] subtypes);
member this.HasDerivedTypeConstraints : Type[] -> Microsoft.AspNet.OData.Builder.ParameterConfiguration
Public Function HasDerivedTypeConstraints (ParamArray subtypes As Type()) As ParameterConfiguration

Parameters

subtypes
Type[]

The subtypes for which the constraint needs to be added.

Returns

Updated configuration object.

Applies to