StringLengthAttributeConvention.ProcessPropertyAdded Metoda

Definicja

Wywoływana po dodaniu właściwości do typu jednostki z atrybutem we skojarzonej właściwości lub polu CLR.

protected override void ProcessPropertyAdded (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder propertyBuilder, System.ComponentModel.DataAnnotations.StringLengthAttribute attribute, System.Reflection.MemberInfo clrMember, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext context);
override this.ProcessPropertyAdded : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder * System.ComponentModel.DataAnnotations.StringLengthAttribute * System.Reflection.MemberInfo * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext -> unit
Protected Overrides Sub ProcessPropertyAdded (propertyBuilder As IConventionPropertyBuilder, attribute As StringLengthAttribute, clrMember As MemberInfo, context As IConventionContext)

Parametry

propertyBuilder
IConventionPropertyBuilder

Budowniczy nieruchomości.

attribute
StringLengthAttribute

Atrybut.

clrMember
MemberInfo

Element członkowski, który ma atrybut .

context
IConventionContext

Dodatkowe informacje skojarzone z wykonywaniem konwencji.

Dotyczy