Compartir a través de


ParameterConfiguration.HasDerivedTypeConstraint<TDerivedType> Método

Definición

Agrega TDerivedType a la lista de restricciones de tipo derivado.

public Microsoft.AspNet.OData.Builder.ParameterConfiguration HasDerivedTypeConstraint<TDerivedType> ();
member this.HasDerivedTypeConstraint : unit -> Microsoft.AspNet.OData.Builder.ParameterConfiguration
Public Function HasDerivedTypeConstraint(Of TDerivedType) () As ParameterConfiguration

Parámetros de tipo

TDerivedType

Devoluciones

Objeto de configuración actualizado.

Se aplica a