C# Class Pepino.Domain.Entity

Inheritance: IEntity
Afficher le fichier Open project: AcklenAvenue/Pepino

Méthodes publiques

Méthode Description
IsPersisted ( ) : bool
OnLoad ( ) : void
OnSave ( ) : void

Method Details

IsPersisted() public méthode

public IsPersisted ( ) : bool
Résultat bool

OnLoad() public méthode

public OnLoad ( ) : void
Résultat void

OnSave() public méthode

public OnSave ( ) : void
Résultat void