C# 클래스 Zetbox.DalProvider.Ef.BaseServerCollectionEntry_EntityFramework

상속: Zetbox.API.Server.BaseServerCollectionEntry, IEntityWithKey, IEntityWithRelationships, IEntityWithChangeTracker, IEntityStateObject, IEntityFrameworkNotifyingObject
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
ReportEfPropertyChanged ( string efProperty ) : void
ReportEfPropertyChanging ( string efProperty ) : void
SetChangeTracker ( IEntityChangeTracker changeTracker ) : void
UpdateParent ( string propertyName, IDataObject parentObj ) : void

보호된 메소드들

메소드 설명
BaseServerCollectionEntry_EntityFramework ( Func lazyCtx ) : System

메소드 상세

BaseServerCollectionEntry_EntityFramework() 보호된 메소드

protected BaseServerCollectionEntry_EntityFramework ( Func lazyCtx ) : System
lazyCtx Func
리턴 System

ReportEfPropertyChanged() 공개 메소드

public ReportEfPropertyChanged ( string efProperty ) : void
efProperty string
리턴 void

ReportEfPropertyChanging() 공개 메소드

public ReportEfPropertyChanging ( string efProperty ) : void
efProperty string
리턴 void

SetChangeTracker() 공개 메소드

public SetChangeTracker ( IEntityChangeTracker changeTracker ) : void
changeTracker IEntityChangeTracker
리턴 void

UpdateParent() 공개 메소드

public UpdateParent ( string propertyName, IDataObject parentObj ) : void
propertyName string
parentObj IDataObject
리턴 void