IAnnotationCodeGenerator.GenerateFluentApiCalls Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
GenerateFluentApiCalls(IModel, IDictionary<String,IAnnotation>) |
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje. |
GenerateFluentApiCalls(ITrigger, IDictionary<String,IAnnotation>) |
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje. |
GenerateFluentApiCalls(ISkipNavigation, IDictionary<String,IAnnotation>) |
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje. |
GenerateFluentApiCalls(ISequence, IDictionary<String,IAnnotation>) |
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje. |
GenerateFluentApiCalls(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>) |
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje. |
GenerateFluentApiCalls(IProperty, IDictionary<String,IAnnotation>) |
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje. |
GenerateFluentApiCalls(IKey, IDictionary<String,IAnnotation>) |
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje. |
GenerateFluentApiCalls(INavigation, IDictionary<String,IAnnotation>) |
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje. |
GenerateFluentApiCalls(IForeignKey, IDictionary<String,IAnnotation>) |
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje. |
GenerateFluentApiCalls(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>) |
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje. |
GenerateFluentApiCalls(IIndex, IDictionary<String,IAnnotation>) |
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje. |
GenerateFluentApiCalls(IEntityType, IDictionary<String,IAnnotation>) |
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje. |
GenerateFluentApiCalls(IComplexType, IDictionary<String,IAnnotation>) |
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje. |
GenerateFluentApiCalls(IComplexProperty, IDictionary<String,IAnnotation>) |
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje. |
GenerateFluentApiCalls(ICheckConstraint, IDictionary<String,IAnnotation>) |
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje. |
GenerateFluentApiCalls(IAnnotatable, IDictionary<String,IAnnotation>) |
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje. |
GenerateFluentApiCalls(IModel, IDictionary<String,IAnnotation>)
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje.
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, do którego są stosowane adnotacje.
- annotations
- IDictionary<String,IAnnotation>
Zestaw adnotacji, z których mają być generowane płynne wywołania interfejsu API.
Zwraca
Dotyczy
GenerateFluentApiCalls(ITrigger, IDictionary<String,IAnnotation>)
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje.
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
Wyzwalacz, do którego są stosowane adnotacje.
- annotations
- IDictionary<String,IAnnotation>
Zestaw adnotacji, z których mają być generowane płynne wywołania interfejsu API.
Zwraca
Dotyczy
GenerateFluentApiCalls(ISkipNavigation, IDictionary<String,IAnnotation>)
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje.
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
Pomijanie nawigacji, do której są stosowane adnotacje.
- annotations
- IDictionary<String,IAnnotation>
Zestaw adnotacji, z których mają być generowane płynne wywołania interfejsu API.
Zwraca
Dotyczy
GenerateFluentApiCalls(ISequence, IDictionary<String,IAnnotation>)
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje.
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
Sekwencja, do której są stosowane adnotacje.
- annotations
- IDictionary<String,IAnnotation>
Zestaw adnotacji, z których mają być generowane płynne wywołania interfejsu API.
Zwraca
Dotyczy
GenerateFluentApiCalls(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>)
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje.
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
Właściwość zastępuje adnotacje, do których są stosowane adnotacje.
- annotations
- IDictionary<String,IAnnotation>
Zestaw adnotacji, z których mają być generowane płynne wywołania interfejsu API.
Zwraca
Dotyczy
GenerateFluentApiCalls(IProperty, IDictionary<String,IAnnotation>)
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje.
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
Właściwość, do której są stosowane adnotacje.
- annotations
- IDictionary<String,IAnnotation>
Zestaw adnotacji, z których mają być generowane płynne wywołania interfejsu API.
Zwraca
Dotyczy
GenerateFluentApiCalls(IKey, IDictionary<String,IAnnotation>)
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje.
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
Klucz, do którego są stosowane adnotacje.
- annotations
- IDictionary<String,IAnnotation>
Zestaw adnotacji, z których mają być generowane płynne wywołania interfejsu API.
Zwraca
Dotyczy
GenerateFluentApiCalls(INavigation, IDictionary<String,IAnnotation>)
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje.
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
Nawigacja, do której są stosowane adnotacje.
- annotations
- IDictionary<String,IAnnotation>
Zestaw adnotacji, z których mają być generowane płynne wywołania interfejsu API.
Zwraca
Dotyczy
GenerateFluentApiCalls(IForeignKey, IDictionary<String,IAnnotation>)
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje.
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)
Parametry
- foreignKey
- IForeignKey
Klucz obcy, do którego są stosowane adnotacje.
- annotations
- IDictionary<String,IAnnotation>
Zestaw adnotacji, z których mają być generowane płynne wywołania interfejsu API.
Zwraca
Dotyczy
GenerateFluentApiCalls(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>)
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje.
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 mapowania jednostki, do którego są stosowane adnotacje.
- annotations
- IDictionary<String,IAnnotation>
Zestaw adnotacji, z których mają być generowane płynne wywołania interfejsu API.
Zwraca
Dotyczy
GenerateFluentApiCalls(IIndex, IDictionary<String,IAnnotation>)
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje.
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
Indeks, do którego są stosowane adnotacje.
- annotations
- IDictionary<String,IAnnotation>
Zestaw adnotacji, z których mają być generowane płynne wywołania interfejsu API.
Zwraca
Dotyczy
GenerateFluentApiCalls(IEntityType, IDictionary<String,IAnnotation>)
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje.
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 jednostki, do której są stosowane adnotacje.
- annotations
- IDictionary<String,IAnnotation>
Zestaw adnotacji, z których mają być generowane płynne wywołania interfejsu API.
Zwraca
Dotyczy
GenerateFluentApiCalls(IComplexType, IDictionary<String,IAnnotation>)
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje.
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 jednostki, do której są stosowane adnotacje.
- annotations
- IDictionary<String,IAnnotation>
Zestaw adnotacji, z których mają być generowane płynne wywołania interfejsu API.
Zwraca
Dotyczy
GenerateFluentApiCalls(IComplexProperty, IDictionary<String,IAnnotation>)
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje.
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
Właściwość złożona, do której są stosowane adnotacje.
- annotations
- IDictionary<String,IAnnotation>
Zestaw adnotacji, z których mają być generowane płynne wywołania interfejsu API.
Zwraca
Dotyczy
GenerateFluentApiCalls(ICheckConstraint, IDictionary<String,IAnnotation>)
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje.
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
Ograniczenie sprawdzania, do którego są stosowane adnotacje.
- annotations
- IDictionary<String,IAnnotation>
Zestaw adnotacji, z których mają być generowane płynne wywołania interfejsu API.
Zwraca
Dotyczy
GenerateFluentApiCalls(IAnnotatable, IDictionary<String,IAnnotation>)
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
- Źródło:
- IAnnotationCodeGenerator.cs
W przypadku danych adnotacji, które mają odpowiednie płynne wywołania interfejsu API, zwraca te płynne wywołania interfejsu API i usuwa adnotacje.
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
Tabele adnotacji, do których są stosowane adnotacje.
- annotations
- IDictionary<String,IAnnotation>
Zestaw adnotacji, z których mają być generowane płynne wywołania interfejsu API.