AnnotationCodeGenerator.GenerateFluentApiCalls Yöntem

Tanım

Aşırı Yüklemeler

GenerateFluentApiCalls(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

GenerateFluentApiCalls(ISequence, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

GenerateFluentApiCalls(IProperty, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

GenerateFluentApiCalls(ITrigger, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

GenerateFluentApiCalls(IForeignKey, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

GenerateFluentApiCalls(ISkipNavigation, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

GenerateFluentApiCalls(INavigation, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

GenerateFluentApiCalls(IModel, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

GenerateFluentApiCalls(IIndex, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

GenerateFluentApiCalls(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

GenerateFluentApiCalls(IEntityType, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

GenerateFluentApiCalls(IComplexType, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

GenerateFluentApiCalls(IComplexProperty, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

GenerateFluentApiCalls(ICheckConstraint, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

GenerateFluentApiCalls(IAnnotatable, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

GenerateFluentApiCalls(IKey, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

GenerateFluentApiCalls(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

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)

Parametreler

overrides
IRelationalPropertyOverrides

Ek açıklamaların uygulandığı özellik geçersiz kılar.

annotations
IDictionary<String,IAnnotation>

Fluent API çağrılarının oluşturulacağı ek açıklamalar kümesi.

Döndürülenler

Uygulamalar

Şunlara uygulanır

GenerateFluentApiCalls(ISequence, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

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)

Parametreler

sequence
ISequence

Ek açıklamaların uygulandığı sıra.

annotations
IDictionary<String,IAnnotation>

Fluent API çağrılarının oluşturulacağı ek açıklamalar kümesi.

Döndürülenler

Uygulamalar

Şunlara uygulanır

GenerateFluentApiCalls(IProperty, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

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)

Parametreler

property
IProperty

Ek açıklamaların uygulandığı özellik.

annotations
IDictionary<String,IAnnotation>

Fluent API çağrılarının oluşturulacağı ek açıklamalar kümesi.

Döndürülenler

Uygulamalar

Şunlara uygulanır

GenerateFluentApiCalls(ITrigger, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

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)

Parametreler

trigger
ITrigger

Ek açıklamaların uygulandığı tetikleyici.

annotations
IDictionary<String,IAnnotation>

Fluent API çağrılarının oluşturulacağı ek açıklamalar kümesi.

Döndürülenler

Uygulamalar

Şunlara uygulanır

GenerateFluentApiCalls(IForeignKey, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

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)

Parametreler

navigationforeignKey
IForeignKey
annotations
IDictionary<String,IAnnotation>

Fluent API çağrılarının oluşturulacağı ek açıklamalar kümesi.

Döndürülenler

Uygulamalar

Şunlara uygulanır

GenerateFluentApiCalls(ISkipNavigation, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

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)

Parametreler

navigation
ISkipNavigation

Ek açıklamaların uygulandığı atlama gezintisi.

annotations
IDictionary<String,IAnnotation>

Fluent API çağrılarının oluşturulacağı ek açıklamalar kümesi.

Döndürülenler

Uygulamalar

Şunlara uygulanır

GenerateFluentApiCalls(INavigation, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

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)

Parametreler

navigation
INavigation

Ek açıklamaların uygulandığı gezinti.

annotations
IDictionary<String,IAnnotation>

Fluent API çağrılarının oluşturulacağı ek açıklamalar kümesi.

Döndürülenler

Uygulamalar

Şunlara uygulanır

GenerateFluentApiCalls(IModel, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

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)

Parametreler

model
IModel

Ek açıklamaların uygulandığı model.

annotations
IDictionary<String,IAnnotation>

Fluent API çağrılarının oluşturulacağı ek açıklamalar kümesi.

Döndürülenler

Uygulamalar

Şunlara uygulanır

GenerateFluentApiCalls(IIndex, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

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)

Parametreler

index
IIndex

Ek açıklamaların uygulandığı dizin.

annotations
IDictionary<String,IAnnotation>

Fluent API çağrılarının oluşturulacağı ek açıklamalar kümesi.

Döndürülenler

Uygulamalar

Şunlara uygulanır

GenerateFluentApiCalls(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

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)

Parametreler

fragment
IEntityTypeMappingFragment

Ek açıklamaların uygulandığı varlık eşleme parçası.

annotations
IDictionary<String,IAnnotation>

Fluent API çağrılarının oluşturulacağı ek açıklamalar kümesi.

Döndürülenler

Uygulamalar

Şunlara uygulanır

GenerateFluentApiCalls(IEntityType, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

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)

Parametreler

entityType
IEntityType

Ek açıklamaların uygulandığı varlık türü.

annotations
IDictionary<String,IAnnotation>

Fluent API çağrılarının oluşturulacağı ek açıklamalar kümesi.

Döndürülenler

Uygulamalar

Şunlara uygulanır

GenerateFluentApiCalls(IComplexType, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

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)

Parametreler

complexType
IComplexType

Ek açıklamaların uygulandığı varlık türü.

annotations
IDictionary<String,IAnnotation>

Fluent API çağrılarının oluşturulacağı ek açıklamalar kümesi.

Döndürülenler

Uygulamalar

Şunlara uygulanır

GenerateFluentApiCalls(IComplexProperty, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

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)

Parametreler

complexProperty
IComplexProperty

Ek açıklamaların uygulandığı karmaşık özellik.

annotations
IDictionary<String,IAnnotation>

Fluent API çağrılarının oluşturulacağı ek açıklamalar kümesi.

Döndürülenler

Uygulamalar

Şunlara uygulanır

GenerateFluentApiCalls(ICheckConstraint, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

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)

Parametreler

checkConstraint
ICheckConstraint

Ek açıklamaların uygulandığı denetim kısıtlaması.

annotations
IDictionary<String,IAnnotation>

Fluent API çağrılarının oluşturulacağı ek açıklamalar kümesi.

Döndürülenler

Uygulamalar

Şunlara uygulanır

GenerateFluentApiCalls(IAnnotatable, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

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)

Parametreler

annotatable
IAnnotatable

Ek açıklamaların uygulandığı duyurulur.

annotations
IDictionary<String,IAnnotation>

Fluent API çağrılarının oluşturulacağı ek açıklamalar kümesi.

Döndürülenler

Uygulamalar

Şunlara uygulanır

GenerateFluentApiCalls(IKey, IDictionary<String,IAnnotation>)

İlgili fluent API çağrılarına sahip olan belirli ek açıklamalar için, bu fluent API çağrılarını döndürür ve ek açıklamaları kaldırır.

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)

Parametreler

key
IKey

Ek açıklamaların uygulandığı anahtar.

annotations
IDictionary<String,IAnnotation>

Fluent API çağrılarının oluşturulacağı ek açıklamalar kümesi.

Döndürülenler

Uygulamalar

Şunlara uygulanır