C# 클래스 BooksSample.Program

파일 보기 프로젝트 열기: ProfessionalCSharp/ProfessionalCSharp6

공개 메소드들

메소드 설명
ConflictHandlingAsync ( ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
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

메소드 상세

ConflictHandlingAsync() 공개 정적인 메소드

public static ConflictHandlingAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task