다음을 통해 공유


ComplexTypeAttributeConvention.ProcessComplexPropertyAdded 메서드

정의

복합 속성이 형식과 유사한 개체에 추가된 후 호출됩니다.

public override void ProcessComplexPropertyAdded (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder propertyBuilder, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder> context);
override this.ProcessComplexPropertyAdded : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder> -> unit
Public Overrides Sub ProcessComplexPropertyAdded (propertyBuilder As IConventionComplexPropertyBuilder, context As IConventionContext(Of IConventionComplexPropertyBuilder))

매개 변수

propertyBuilder
IConventionComplexPropertyBuilder

복합 속성에 대한 작성기입니다.

context
IConventionContext<IConventionComplexPropertyBuilder>

규칙 실행과 관련된 추가 정보입니다.

구현

적용 대상