Compartir a través de


SingletonConfiguration.HasDerivedTypeConstraints(Type[]) Método

Definición

Agrega subtipos a la lista de restricciones de tipo derivado.

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

Parámetros

subtypes
Type[]

Subtipos para los que se debe agregar la restricción.

Devoluciones

Objeto de configuración actualizado.

Se aplica a