Compartilhar via


ComplexPropertyConfiguration.HasDerivedTypeConstraint<TDerivedType> Método

Definição

Adiciona TDerived à lista de restrições de tipo derivado.

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

Parâmetros de tipo

TDerivedType

Retornos

Objeto de configuração atualizado.

Aplica-se a