Sdílet prostřednictvím


AnnotationCodeGenerator.GenerateFluentApiCalls Metoda

Definice

Přetížení

GenerateFluentApiCalls(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>)

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

GenerateFluentApiCalls(ISequence, IDictionary<String,IAnnotation>)

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

GenerateFluentApiCalls(IProperty, IDictionary<String,IAnnotation>)

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

GenerateFluentApiCalls(ITrigger, IDictionary<String,IAnnotation>)

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

GenerateFluentApiCalls(IForeignKey, IDictionary<String,IAnnotation>)

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

GenerateFluentApiCalls(ISkipNavigation, IDictionary<String,IAnnotation>)

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

GenerateFluentApiCalls(INavigation, IDictionary<String,IAnnotation>)

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

GenerateFluentApiCalls(IModel, IDictionary<String,IAnnotation>)

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

GenerateFluentApiCalls(IIndex, IDictionary<String,IAnnotation>)

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

GenerateFluentApiCalls(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>)

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

GenerateFluentApiCalls(IEntityType, IDictionary<String,IAnnotation>)

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

GenerateFluentApiCalls(IComplexType, IDictionary<String,IAnnotation>)

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

GenerateFluentApiCalls(IComplexProperty, IDictionary<String,IAnnotation>)

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

GenerateFluentApiCalls(ICheckConstraint, IDictionary<String,IAnnotation>)

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

GenerateFluentApiCalls(IAnnotatable, IDictionary<String,IAnnotation>)

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

GenerateFluentApiCalls(IKey, IDictionary<String,IAnnotation>)

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

GenerateFluentApiCalls(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

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)

Parametry

overrides
IRelationalPropertyOverrides

Vlastnost přepíše, na kterou jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají generovat volání rozhraní API fluent.

Návraty

Implementuje

Platí pro

GenerateFluentApiCalls(ISequence, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

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)

Parametry

sequence
ISequence

Sekvence, ve které jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají generovat volání rozhraní API fluent.

Návraty

Implementuje

Platí pro

GenerateFluentApiCalls(IProperty, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

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)

Parametry

property
IProperty

Vlastnost, na kterou jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají generovat volání rozhraní API fluent.

Návraty

Implementuje

Platí pro

GenerateFluentApiCalls(ITrigger, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

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)

Parametry

trigger
ITrigger

Aktivační událost, na kterou se poznámky použijí.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají generovat volání rozhraní API fluent.

Návraty

Implementuje

Platí pro

GenerateFluentApiCalls(IForeignKey, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.IForeignKey navigation, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
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>
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 (navigation As IForeignKey, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)
Public Overridable Function GenerateFluentApiCalls (foreignKey As IForeignKey, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)

Parametry

navigationforeignKey
IForeignKey
annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají generovat volání rozhraní API fluent.

Návraty

Implementuje

Platí pro

GenerateFluentApiCalls(ISkipNavigation, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

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)

Parametry

navigation
ISkipNavigation

Přeskočení navigace, na kterou se poznámky použijí.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají generovat volání rozhraní API fluent.

Návraty

Implementuje

Platí pro

GenerateFluentApiCalls(INavigation, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

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)

Parametry

navigation
INavigation

Navigace, na kterou se poznámky použijí.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají generovat volání rozhraní API fluent.

Návraty

Implementuje

Platí pro

GenerateFluentApiCalls(IModel, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

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)

Parametry

model
IModel

Model, na který jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají generovat volání rozhraní API fluent.

Návraty

Implementuje

Platí pro

GenerateFluentApiCalls(IIndex, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

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)

Parametry

index
IIndex

Index, na který jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají generovat volání rozhraní API fluent.

Návraty

Implementuje

Platí pro

GenerateFluentApiCalls(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

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)

Parametry

fragment
IEntityTypeMappingFragment

Fragment mapování entity, na který se použijí poznámky.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají generovat volání rozhraní API fluent.

Návraty

Implementuje

Platí pro

GenerateFluentApiCalls(IEntityType, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

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)

Parametry

entityType
IEntityType

Typ entity, na kterou jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají generovat volání rozhraní API fluent.

Návraty

Implementuje

Platí pro

GenerateFluentApiCalls(IComplexType, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

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)

Parametry

complexType
IComplexType

Typ entity, na kterou jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají generovat volání rozhraní API fluent.

Návraty

Implementuje

Platí pro

GenerateFluentApiCalls(IComplexProperty, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

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)

Parametry

complexProperty
IComplexProperty

Komplexní vlastnost, na kterou jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají generovat volání rozhraní API fluent.

Návraty

Implementuje

Platí pro

GenerateFluentApiCalls(ICheckConstraint, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

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)

Parametry

checkConstraint
ICheckConstraint

Omezení kontroly, na které jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají generovat volání rozhraní API fluent.

Návraty

Implementuje

Platí pro

GenerateFluentApiCalls(IAnnotatable, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

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)

Parametry

annotatable
IAnnotatable

Poznámkami, na které jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají generovat volání rozhraní API fluent.

Návraty

Implementuje

Platí pro

GenerateFluentApiCalls(IKey, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

U zadaných poznámek, které mají odpovídající fluentní volání rozhraní API, vrátí tato fluentní volání rozhraní API a odebere poznámky.

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)

Parametry

key
IKey

Klíč, na který jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají generovat volání rozhraní API fluent.

Návraty

Implementuje

Platí pro