C# Class Zetbox.DalProvider.Ef.BaseServerCollectionEntry_EntityFramework

Inheritance: Zetbox.API.Server.BaseServerCollectionEntry, IEntityWithKey, IEntityWithRelationships, IEntityWithChangeTracker, IEntityStateObject, IEntityFrameworkNotifyingObject
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

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

Méthodes protégées

Méthode Description
BaseServerCollectionEntry_EntityFramework ( Func lazyCtx ) : System

Method Details

BaseServerCollectionEntry_EntityFramework() protected méthode

protected BaseServerCollectionEntry_EntityFramework ( Func lazyCtx ) : System
lazyCtx Func
Résultat System

ReportEfPropertyChanged() public méthode

public ReportEfPropertyChanged ( string efProperty ) : void
efProperty string
Résultat void

ReportEfPropertyChanging() public méthode

public ReportEfPropertyChanging ( string efProperty ) : void
efProperty string
Résultat void

SetChangeTracker() public méthode

public SetChangeTracker ( IEntityChangeTracker changeTracker ) : void
changeTracker IEntityChangeTracker
Résultat void

UpdateParent() public méthode

public UpdateParent ( string propertyName, IDataObject parentObj ) : void
propertyName string
parentObj IDataObject
Résultat void