C# Class BooksSample.Program

Show file Open project: ProfessionalCSharp/ProfessionalCSharp6

Public Methods

Method Description
ConflictHandlingAsync ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
AddBookAsync ( ) : System.Threading.Tasks.Task
AddBookAsync ( string title, string publisher ) : System.Threading.Tasks.Task
AddBooksAsync ( ) : System.Threading.Tasks.Task
CheckUpdateAsync ( int id ) : System.Threading.Tasks.Task
CreateDatabaseAsync ( ) : System.Threading.Tasks.Task
DeleteBooksAsync ( ) : System.Threading.Tasks.Task
InitializeServices ( ) : void
Main ( ) : void
Main ( string args ) : void
PrepareUpdateAsync ( ) : Book>>.Task
QueryBooks ( ) : void
ReadBooks ( ) : void
ShowChange ( int id, PropertyEntry propertyEntry ) : void
ShowChanges ( int id, EntityEntry entity ) : void
UpdateAsync ( BooksContext context, Book book ) : System.Threading.Tasks.Task
UpdateAsync ( BooksContext context, Book book, string user ) : System.Threading.Tasks.Task
UpdateBookAsync ( ) : System.Threading.Tasks.Task

Method Details

ConflictHandlingAsync() public static method

public static ConflictHandlingAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task