SingletonConfiguration<TEntityType>.HasDerivedTypeConstraints Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
HasDerivedTypeConstraints(Type[]) |
Adiciona subtipos à lista de restrições de tipo derivado. |
HasDerivedTypeConstraints<TDerivedType>() |
Adiciona TDerivedType à lista de restrições de tipo derivado. |
HasDerivedTypeConstraints(Type[])
Adiciona subtipos à lista de restrições de tipo derivado.
public Microsoft.AspNet.OData.Builder.SingletonConfiguration<TEntityType> HasDerivedTypeConstraints (params Type[] subtypes);
member this.HasDerivedTypeConstraints : Type[] -> Microsoft.AspNet.OData.Builder.SingletonConfiguration<'EntityType (requires 'EntityType : null)>
Public Function HasDerivedTypeConstraints (ParamArray subtypes As Type()) As SingletonConfiguration(Of TEntityType)
Parâmetros
- subtypes
- Type[]
Os subtipos para os quais a restrição precisa ser adicionada.
Retornos
Objeto de configuração atualizado.
Aplica-se a
HasDerivedTypeConstraints<TDerivedType>()
Adiciona TDerivedType à lista de restrições de tipo derivado.
public Microsoft.AspNet.OData.Builder.SingletonConfiguration<TEntityType> HasDerivedTypeConstraints<TDerivedType> () where TDerivedType : TEntityType;
member this.HasDerivedTypeConstraints : unit -> Microsoft.AspNet.OData.Builder.SingletonConfiguration<'EntityType (requires 'EntityType : null)>
Public Function HasDerivedTypeConstraints(Of TDerivedType As TEntityType) () As SingletonConfiguration(Of TEntityType)
Parâmetros de tipo
- TDerivedType
Retornos
Objeto de configuração atualizado.