다음을 통해 공유


RelationalPropertyJsonPropertyNameAttributeConvention.ProcessPropertyAdded 메서드

정의

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

매개 변수

propertyBuilder
IConventionPropertyBuilder
clrMember
MemberInfo

적용 대상