C# Class Zetbox.DalProvider.Ef.BaseServerCollectionEntry_EntityFramework

Inheritance: Zetbox.API.Server.BaseServerCollectionEntry, IEntityWithKey, IEntityWithRelationships, IEntityWithChangeTracker, IEntityStateObject, IEntityFrameworkNotifyingObject
显示文件 Open project: daszat/zetbox

Public Methods

Method Description
ReportEfPropertyChanged ( string efProperty ) : void
ReportEfPropertyChanging ( string efProperty ) : void
SetChangeTracker ( IEntityChangeTracker changeTracker ) : void
UpdateParent ( string propertyName, IDataObject parentObj ) : void

Protected Methods

Method Description
BaseServerCollectionEntry_EntityFramework ( Func lazyCtx ) : System

Method Details

BaseServerCollectionEntry_EntityFramework() protected method

protected BaseServerCollectionEntry_EntityFramework ( Func lazyCtx ) : System
lazyCtx Func
return System

ReportEfPropertyChanged() public method

public ReportEfPropertyChanged ( string efProperty ) : void
efProperty string
return void

ReportEfPropertyChanging() public method

public ReportEfPropertyChanging ( string efProperty ) : void
efProperty string
return void

SetChangeTracker() public method

public SetChangeTracker ( IEntityChangeTracker changeTracker ) : void
changeTracker IEntityChangeTracker
return void

UpdateParent() public method

public UpdateParent ( string propertyName, IDataObject parentObj ) : void
propertyName string
parentObj IDataObject
return void