PropertyAttributeConventionBase<TAttribute> Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Tipo di base per le convenzioni che eseguono la configurazione in base a un attributo applicato a una proprietà.
public abstract class PropertyAttributeConventionBase<TAttribute> : Microsoft.EntityFrameworkCore.Metadata.Conventions.IPropertyAddedConvention, Microsoft.EntityFrameworkCore.Metadata.Conventions.IPropertyFieldChangedConvention where TAttribute : Attribute
type PropertyAttributeConventionBase<'Attribute (requires 'Attribute :> Attribute)> = class
interface IPropertyAddedConvention
interface IConvention
interface IPropertyFieldChangedConvention
Public MustInherit Class PropertyAttributeConventionBase(Of TAttribute)
Implements IPropertyAddedConvention, IPropertyFieldChangedConvention
Parametri di tipo
- TAttribute
Tipo di attributo da cercare.
- Ereditarietà
-
PropertyAttributeConventionBase<TAttribute>
- Derivato
- Implementazioni
Commenti
La classe di derivazione deve implementare IPropertyAddedConvention e IPropertyFieldChangedConvention gestire anche proprietà complesse.
Per altre informazioni ed esempi, vedere Convenzioni di compilazione di modelli.
Costruttori
PropertyAttributeConventionBase<TAttribute>(ProviderConventionSetBuilderDependencies) |
Crea una nuova istanza di PropertyAttributeConventionBase<TAttribute>. |
Proprietà
Dependencies |
Dipendenze per questo servizio. |