Compartilhar via


SingletonConfiguration.HasDerivedTypeConstraint<TDerivedType> Método

Definição

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

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

Parâmetros de tipo

TDerivedType

Retornos

Objeto de configuração atualizado.

Aplica-se a