Sdílet prostřednictvím


ParameterConfiguration.HasDerivedTypeConstraints(Type[]) Metoda

Definice

Přidá podtypy do seznamu omezení odvozeného typu.

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

Parametry

subtypes
Type[]

Podtypy, pro které je potřeba přidat omezení.

Návraty

Aktualizoval se objekt konfigurace.

Platí pro