C# 클래스 System.Data.Entity.EntityDescriptorContext

Entity descriptor context.
상속: ITypeDescriptorContext
파일 보기 프로젝트 열기: Kation/ComBoost 1 사용 예제들

공개 메소드들

메소드 설명
EntityDescriptorContext ( IEntityContextBuilder builder ) : System

Initialize entity descriptor context.

GetService ( Type serviceType ) : object

Get entity context.

OnComponentChanged ( ) : void

Call when context changed.

OnComponentChanging ( ) : bool

Call when context changing.

메소드 상세

EntityDescriptorContext() 공개 메소드

Initialize entity descriptor context.
public EntityDescriptorContext ( IEntityContextBuilder builder ) : System
builder IEntityContextBuilder Entity context builder.
리턴 System

GetService() 공개 메소드

Get entity context.
public GetService ( Type serviceType ) : object
serviceType System.Type Type of entity.
리턴 object

OnComponentChanged() 공개 메소드

Call when context changed.
public OnComponentChanged ( ) : void
리턴 void

OnComponentChanging() 공개 메소드

Call when context changing.
public OnComponentChanging ( ) : bool
리턴 bool