C# Class Waf.BookLibrary.Library.Applications.Controllers.EntityController

Inheritance: IEntityController
显示文件 Open project: jbe2277/waf

Private Properties

Property Type Description
EntityController System
EntityToString string
ShellViewModelPropertyChanged void

Public Methods

Method Description
CanSave ( ) : bool
HasChanges ( ) : bool
Initialize ( ) : void
Save ( ) : bool
Shutdown ( ) : void

Private Methods

Method Description
EntityController ( EntityService entityService, IMessageService messageService, IShellService shellService, Lazy shellViewModel ) : System
EntityToString ( object entity ) : string
ShellViewModelPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

CanSave() public method

public CanSave ( ) : bool
return bool

HasChanges() public method

public HasChanges ( ) : bool
return bool

Initialize() public method

public Initialize ( ) : void
return void

Save() public method

public Save ( ) : bool
return bool

Shutdown() public method

public Shutdown ( ) : void
return void