IAnnotationCodeGenerator.GenerateFluentApiCalls Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GenerateFluentApiCalls(IModel, IDictionary<String,IAnnotation>) |
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni. |
GenerateFluentApiCalls(ITrigger, IDictionary<String,IAnnotation>) |
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni. |
GenerateFluentApiCalls(ISkipNavigation, IDictionary<String,IAnnotation>) |
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni. |
GenerateFluentApiCalls(ISequence, IDictionary<String,IAnnotation>) |
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni. |
GenerateFluentApiCalls(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>) |
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni. |
GenerateFluentApiCalls(IProperty, IDictionary<String,IAnnotation>) |
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni. |
GenerateFluentApiCalls(IKey, IDictionary<String,IAnnotation>) |
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni. |
GenerateFluentApiCalls(INavigation, IDictionary<String,IAnnotation>) |
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni. |
GenerateFluentApiCalls(IForeignKey, IDictionary<String,IAnnotation>) |
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni. |
GenerateFluentApiCalls(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>) |
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni. |
GenerateFluentApiCalls(IIndex, IDictionary<String,IAnnotation>) |
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni. |
GenerateFluentApiCalls(IEntityType, IDictionary<String,IAnnotation>) |
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni. |
GenerateFluentApiCalls(IComplexType, IDictionary<String,IAnnotation>) |
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni. |
GenerateFluentApiCalls(IComplexProperty, IDictionary<String,IAnnotation>) |
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni. |
GenerateFluentApiCalls(ICheckConstraint, IDictionary<String,IAnnotation>) |
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni. |
GenerateFluentApiCalls(IAnnotatable, IDictionary<String,IAnnotation>) |
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni. |
GenerateFluentApiCalls(IModel, IDictionary<String,IAnnotation>)
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni.
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)
Parametri
- model
- IModel
Modello a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui generare chiamate API fluenti.
Restituisce
Si applica a
GenerateFluentApiCalls(ITrigger, IDictionary<String,IAnnotation>)
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni.
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)
Parametri
- trigger
- ITrigger
Trigger a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui generare chiamate API fluenti.
Restituisce
Si applica a
GenerateFluentApiCalls(ISkipNavigation, IDictionary<String,IAnnotation>)
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni.
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)
Parametri
- navigation
- ISkipNavigation
Spostamento ignorato a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui generare chiamate API fluenti.
Restituisce
Si applica a
GenerateFluentApiCalls(ISequence, IDictionary<String,IAnnotation>)
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni.
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)
Parametri
- sequence
- ISequence
Sequenza a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui generare chiamate API fluenti.
Restituisce
Si applica a
GenerateFluentApiCalls(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>)
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni.
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)
Parametri
- overrides
- IRelationalPropertyOverrides
La proprietà esegue l'override a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui generare chiamate API fluenti.
Restituisce
Si applica a
GenerateFluentApiCalls(IProperty, IDictionary<String,IAnnotation>)
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni.
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)
Parametri
- property
- IProperty
Proprietà a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui generare chiamate API fluenti.
Restituisce
Si applica a
GenerateFluentApiCalls(IKey, IDictionary<String,IAnnotation>)
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni.
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)
Parametri
- key
- IKey
Chiave a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui generare chiamate API fluenti.
Restituisce
Si applica a
GenerateFluentApiCalls(INavigation, IDictionary<String,IAnnotation>)
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni.
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)
Parametri
- navigation
- INavigation
Navigazione a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui generare chiamate API fluenti.
Restituisce
Si applica a
GenerateFluentApiCalls(IForeignKey, IDictionary<String,IAnnotation>)
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni.
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)
Parametri
- foreignKey
- IForeignKey
Chiave esterna a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui generare chiamate API fluenti.
Restituisce
Si applica a
GenerateFluentApiCalls(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>)
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni.
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)
Parametri
- fragment
- IEntityTypeMappingFragment
Frammento di mapping delle entità a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui generare chiamate API fluenti.
Restituisce
Si applica a
GenerateFluentApiCalls(IIndex, IDictionary<String,IAnnotation>)
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni.
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)
Parametri
- index
- IIndex
Indice a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui generare chiamate API fluenti.
Restituisce
Si applica a
GenerateFluentApiCalls(IEntityType, IDictionary<String,IAnnotation>)
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni.
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)
Parametri
- entityType
- IEntityType
Tipo di entità a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui generare chiamate API fluenti.
Restituisce
Si applica a
GenerateFluentApiCalls(IComplexType, IDictionary<String,IAnnotation>)
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni.
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)
Parametri
- complexType
- IComplexType
Tipo di entità a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui generare chiamate API fluenti.
Restituisce
Si applica a
GenerateFluentApiCalls(IComplexProperty, IDictionary<String,IAnnotation>)
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni.
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)
Parametri
- complexProperty
- IComplexProperty
Proprietà complessa a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui generare chiamate API fluenti.
Restituisce
Si applica a
GenerateFluentApiCalls(ICheckConstraint, IDictionary<String,IAnnotation>)
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni.
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)
Parametri
- checkConstraint
- ICheckConstraint
Vincolo di controllo a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui generare chiamate API fluenti.
Restituisce
Si applica a
GenerateFluentApiCalls(IAnnotatable, IDictionary<String,IAnnotation>)
Per le annotazioni indicate con chiamate API fluenti corrispondenti, restituisce le chiamate api fluenti e rimuove le annotazioni.
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)
Parametri
- annotatable
- IAnnotatable
Annotabile a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui generare chiamate API fluenti.