Sdílet prostřednictvím


ComplexPropertyConfiguration.HasDerivedTypeConstraints(Type[]) Metoda

Definice

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

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

Parametry

subtypes
Type[]

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

Návraty

Aktualizoval se objekt konfigurace.

Platí pro