Partilhar via


IAnnotationCodeGenerator.GenerateFluentApiCalls Método

Definição

Sobrecargas

GenerateFluentApiCalls(IModel, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

GenerateFluentApiCalls(ITrigger, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

GenerateFluentApiCalls(ISkipNavigation, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

GenerateFluentApiCalls(ISequence, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

GenerateFluentApiCalls(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

GenerateFluentApiCalls(IProperty, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

GenerateFluentApiCalls(IKey, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

GenerateFluentApiCalls(INavigation, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

GenerateFluentApiCalls(IForeignKey, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

GenerateFluentApiCalls(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

GenerateFluentApiCalls(IIndex, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

GenerateFluentApiCalls(IEntityType, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

GenerateFluentApiCalls(IComplexType, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

GenerateFluentApiCalls(IComplexProperty, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

GenerateFluentApiCalls(ICheckConstraint, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

GenerateFluentApiCalls(IAnnotatable, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

GenerateFluentApiCalls(IModel, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.IModel model, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IModel * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IModel * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (model As IModel, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)

Parâmetros

model
IModel

O modelo ao qual as anotações são aplicadas.

annotations
IDictionary<String,IAnnotation>

O conjunto de anotações do qual gerar chamadas à API fluentes.

Retornos

Aplica-se a

GenerateFluentApiCalls(ITrigger, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.ITrigger trigger, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.ITrigger * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.ITrigger * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (trigger As ITrigger, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)

Parâmetros

trigger
ITrigger

O gatilho ao qual as anotações são aplicadas.

annotations
IDictionary<String,IAnnotation>

O conjunto de anotações do qual gerar chamadas à API fluentes.

Retornos

Aplica-se a

GenerateFluentApiCalls(ISkipNavigation, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation navigation, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (navigation As ISkipNavigation, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)

Parâmetros

navigation
ISkipNavigation

A navegação de ignorar à qual as anotações são aplicadas.

annotations
IDictionary<String,IAnnotation>

O conjunto de anotações do qual gerar chamadas à API fluentes.

Retornos

Aplica-se a

GenerateFluentApiCalls(ISequence, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.ISequence sequence, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.ISequence * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.ISequence * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (sequence As ISequence, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)

Parâmetros

sequence
ISequence

A sequência à qual as anotações são aplicadas.

annotations
IDictionary<String,IAnnotation>

O conjunto de anotações do qual gerar chamadas à API fluentes.

Retornos

Aplica-se a

GenerateFluentApiCalls(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides overrides, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (overrides As IRelationalPropertyOverrides, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)

Parâmetros

overrides
IRelationalPropertyOverrides

A propriedade substitui à qual as anotações são aplicadas.

annotations
IDictionary<String,IAnnotation>

O conjunto de anotações do qual gerar chamadas à API fluentes.

Retornos

Aplica-se a

GenerateFluentApiCalls(IProperty, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.IProperty property, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IProperty * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IProperty * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (property As IProperty, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)

Parâmetros

property
IProperty

A propriedade à qual as anotações são aplicadas.

annotations
IDictionary<String,IAnnotation>

O conjunto de anotações do qual gerar chamadas à API fluentes.

Retornos

Aplica-se a

GenerateFluentApiCalls(IKey, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.IKey key, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IKey * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IKey * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (key As IKey, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)

Parâmetros

key
IKey

A chave à qual as anotações são aplicadas.

annotations
IDictionary<String,IAnnotation>

O conjunto de anotações do qual gerar chamadas à API fluentes.

Retornos

Aplica-se a

GenerateFluentApiCalls(INavigation, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.INavigation navigation, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.INavigation * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.INavigation * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (navigation As INavigation, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)

Parâmetros

navigation
INavigation

A navegação à qual as anotações são aplicadas.

annotations
IDictionary<String,IAnnotation>

O conjunto de anotações do qual gerar chamadas à API fluentes.

Retornos

Aplica-se a

GenerateFluentApiCalls(IForeignKey, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (foreignKey As IForeignKey, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)

Parâmetros

foreignKey
IForeignKey

A chave estrangeira à qual as anotações são aplicadas.

annotations
IDictionary<String,IAnnotation>

O conjunto de anotações do qual gerar chamadas à API fluentes.

Retornos

Aplica-se a

GenerateFluentApiCalls(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment fragment, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (fragment As IEntityTypeMappingFragment, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)

Parâmetros

fragment
IEntityTypeMappingFragment

O fragmento de mapeamento de entidade ao qual as anotações são aplicadas.

annotations
IDictionary<String,IAnnotation>

O conjunto de anotações do qual gerar chamadas à API fluentes.

Retornos

Aplica-se a

GenerateFluentApiCalls(IIndex, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.IIndex index, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IIndex * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IIndex * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (index As IIndex, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)

Parâmetros

index
IIndex

O índice ao qual as anotações são aplicadas.

annotations
IDictionary<String,IAnnotation>

O conjunto de anotações do qual gerar chamadas à API fluentes.

Retornos

Aplica-se a

GenerateFluentApiCalls(IEntityType, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (entityType As IEntityType, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)

Parâmetros

entityType
IEntityType

O tipo de entidade ao qual as anotações são aplicadas.

annotations
IDictionary<String,IAnnotation>

O conjunto de anotações do qual gerar chamadas à API fluentes.

Retornos

Aplica-se a

GenerateFluentApiCalls(IComplexType, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.IComplexType complexType, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IComplexType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IComplexType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (complexType As IComplexType, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)

Parâmetros

complexType
IComplexType

O tipo de entidade ao qual as anotações são aplicadas.

annotations
IDictionary<String,IAnnotation>

O conjunto de anotações do qual gerar chamadas à API fluentes.

Retornos

Aplica-se a

GenerateFluentApiCalls(IComplexProperty, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.IComplexProperty complexProperty, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (complexProperty As IComplexProperty, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)

Parâmetros

complexProperty
IComplexProperty

A propriedade complexa à qual as anotações são aplicadas.

annotations
IDictionary<String,IAnnotation>

O conjunto de anotações do qual gerar chamadas à API fluentes.

Retornos

Aplica-se a

GenerateFluentApiCalls(ICheckConstraint, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint checkConstraint, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (checkConstraint As ICheckConstraint, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)

Parâmetros

checkConstraint
ICheckConstraint

A restrição marcar à qual as anotações são aplicadas.

annotations
IDictionary<String,IAnnotation>

O conjunto de anotações do qual gerar chamadas à API fluentes.

Retornos

Aplica-se a

GenerateFluentApiCalls(IAnnotatable, IDictionary<String,IAnnotation>)

Para as anotações fornecidas que têm chamadas de API fluentes correspondentes, retorna essas chamadas de API fluentes e remove as anotações.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable annotatable, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (annotatable As IAnnotatable, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)

Parâmetros

annotatable
IAnnotatable

O annotatable ao qual as anotações são aplicadas.

annotations
IDictionary<String,IAnnotation>

O conjunto de anotações do qual gerar chamadas à API fluentes.

Retornos

Aplica-se a