IAnnotationCodeGenerator.GenerateDataAnnotationAttributes 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
GenerateDataAnnotationAttributes(IAnnotatable, IDictionary<String,IAnnotation>) |
W przypadku podanych adnotacji, które mają odpowiednie atrybuty adnotacji danych, zwraca te fragmenty kodu atrybutu i usuwa adnotacje. |
GenerateDataAnnotationAttributes(IEntityType, IDictionary<String,IAnnotation>) |
W przypadku podanych adnotacji, które mają odpowiednie atrybuty adnotacji danych, zwraca te fragmenty kodu atrybutu i usuwa adnotacje. |
GenerateDataAnnotationAttributes(IProperty, IDictionary<String,IAnnotation>) |
W przypadku podanych adnotacji, które mają odpowiednie atrybuty adnotacji danych, zwraca te fragmenty kodu atrybutu i usuwa adnotacje. |
GenerateDataAnnotationAttributes(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 podanych adnotacji, które mają odpowiednie atrybuty adnotacji danych, zwraca te fragmenty kodu atrybutu i usuwa adnotacje.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment> GenerateDataAnnotationAttributes (Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable annotatable, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateDataAnnotationAttributes : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment>
override this.GenerateDataAnnotationAttributes : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment>
Public Overridable Function GenerateDataAnnotationAttributes (annotatable As IAnnotatable, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of AttributeCodeFragment)
Parametry
- annotatable
- IAnnotatable
Adnotacja, 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
GenerateDataAnnotationAttributes(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 podanych adnotacji, które mają odpowiednie atrybuty adnotacji danych, zwraca te fragmenty kodu atrybutu i usuwa adnotacje.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment> GenerateDataAnnotationAttributes (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateDataAnnotationAttributes : Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment>
override this.GenerateDataAnnotationAttributes : Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment>
Public Overridable Function GenerateDataAnnotationAttributes (entityType As IEntityType, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of AttributeCodeFragment)
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
GenerateDataAnnotationAttributes(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 podanych adnotacji, które mają odpowiednie atrybuty adnotacji danych, zwraca te fragmenty kodu atrybutu i usuwa adnotacje.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment> GenerateDataAnnotationAttributes (Microsoft.EntityFrameworkCore.Metadata.IProperty property, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateDataAnnotationAttributes : Microsoft.EntityFrameworkCore.Metadata.IProperty * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment>
override this.GenerateDataAnnotationAttributes : Microsoft.EntityFrameworkCore.Metadata.IProperty * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment>
Public Overridable Function GenerateDataAnnotationAttributes (property As IProperty, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of AttributeCodeFragment)
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.