RelationalTableCommentAttributeConvention Sınıf

Tanım

Uygulanan CommentAttributeöğesini temel alarak bir varlık türü için tablo açıklamasını yapılandıran bir kuraldır.

public class RelationalTableCommentAttributeConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.EntityTypeAttributeConventionBase<Microsoft.EntityFrameworkCore.CommentAttribute>
public class RelationalTableCommentAttributeConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.TypeAttributeConventionBase<Microsoft.EntityFrameworkCore.CommentAttribute>
type RelationalTableCommentAttributeConvention = class
    inherit EntityTypeAttributeConventionBase<CommentAttribute>
type RelationalTableCommentAttributeConvention = class
    inherit TypeAttributeConventionBase<CommentAttribute>
Public Class RelationalTableCommentAttributeConvention
Inherits EntityTypeAttributeConventionBase(Of CommentAttribute)
Public Class RelationalTableCommentAttributeConvention
Inherits TypeAttributeConventionBase(Of CommentAttribute)
Devralma
RelationalTableCommentAttributeConvention
Devralma
RelationalTableCommentAttributeConvention

Açıklamalar

Daha fazla bilgi ve örnek için bkz. Model oluşturma kuralları .

Oluşturucular

RelationalTableCommentAttributeConvention(ProviderConventionSetBuilderDependencies, RelationalConventionSetBuilderDependencies)

RelationalTableCommentAttributeConvention öğesinin yeni bir örneğini oluşturur.

Özellikler

Dependencies

Bu hizmet için bağımlılıklar.

(Devralındığı yer: EntityTypeAttributeConventionBase<TAttribute>)
Dependencies

Bu hizmet için bağımlılıklar.

(Devralındığı yer: TypeAttributeConventionBase<TAttribute>)
RelationalDependencies

Bu hizmet için ilişkisel sağlayıcıya özgü bağımlılıklar.

Yöntemler

ProcessComplexPropertyAdded(IConventionComplexPropertyBuilder, IConventionContext<IConventionComplexPropertyBuilder>)

Karmaşık bir özellik tür benzeri bir nesneye eklendikten sonra çağrılır.

(Devralındığı yer: TypeAttributeConventionBase<TAttribute>)
ProcessComplexTypeAdded(IConventionComplexTypeBuilder, TAttribute, IConventionContext)

Bir özniteliği varsa, modele karmaşık bir tür eklendikten sonra çağrılır.

(Devralındığı yer: TypeAttributeConventionBase<TAttribute>)
ProcessEntityTypeAdded(IConventionEntityTypeBuilder, CommentAttribute, IConventionContext<IConventionEntityTypeBuilder>)

Bir özniteliği varsa modele bir varlık türü eklendikten sonra çağrılır.

ProcessEntityTypeAdded(IConventionEntityTypeBuilder, IConventionContext<IConventionEntityTypeBuilder>)

Modele bir varlık türü eklendikten sonra çağrılır.

(Devralındığı yer: EntityTypeAttributeConventionBase<TAttribute>)
ProcessEntityTypeAdded(IConventionEntityTypeBuilder, IConventionContext<IConventionEntityTypeBuilder>)

Modele bir varlık türü eklendikten sonra çağrılır.

(Devralındığı yer: TypeAttributeConventionBase<TAttribute>)
ProcessEntityTypeAdded(IConventionEntityTypeBuilder, TAttribute, IConventionContext<IConventionEntityTypeBuilder>)

Bir özniteliği varsa modele bir varlık türü eklendikten sonra çağrılır.

(Devralındığı yer: EntityTypeAttributeConventionBase<TAttribute>)
ProcessEntityTypeAdded(IConventionEntityTypeBuilder, TAttribute, IConventionContext<IConventionEntityTypeBuilder>)

Bir özniteliği varsa modele bir varlık türü eklendikten sonra çağrılır.

(Devralındığı yer: TypeAttributeConventionBase<TAttribute>)
ReplaceWithEntityType(IConventionComplexTypeBuilder, Nullable<Boolean>)

Karmaşık türü bir varlık türüyle değiştirmeyi dener.

(Devralındığı yer: TypeAttributeConventionBase<TAttribute>)

Şunlara uygulanır