C# Class Pepino.Domain.Entity

Inheritance: IEntity
Show file Open project: AcklenAvenue/Pepino

Public Methods

Method Description
IsPersisted ( ) : bool
OnLoad ( ) : void
OnSave ( ) : void

Method Details

IsPersisted() public method

public IsPersisted ( ) : bool
return bool

OnLoad() public method

public OnLoad ( ) : void
return void

OnSave() public method

public OnSave ( ) : void
return void