PropertyAttributeConventionBase<TAttribute> Sınıf
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bir özelliğe uygulanan özniteliği temel alarak yapılandırma gerçekleştiren kurallar için temel tür.
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
Tür Parametreleri
- TAttribute
Aranacak öznitelik türü.
- Devralma
-
PropertyAttributeConventionBase<TAttribute>
- Türetilmiş
- Uygulamalar
Açıklamalar
Türetilen sınıfın karmaşık özellikleri de işlemesi ve uygulaması IPropertyAddedConventionIPropertyFieldChangedConvention gerekir.
Daha fazla bilgi ve örnek için bkz. Model oluşturma kuralları .
Oluşturucular
PropertyAttributeConventionBase<TAttribute>(ProviderConventionSetBuilderDependencies) |
PropertyAttributeConventionBase<TAttribute> öğesinin yeni bir örneğini oluşturur. |
Özellikler
Dependencies |
Bu hizmet için bağımlılıklar. |
Yöntemler
Şunlara uygulanır
Entity Framework