C# 클래스 BooksServiceSample.Models.SampleBookChaptersRepository

상속: IBookChaptersRepository
파일 보기 프로젝트 열기: ProfessionalCSharp/ProfessionalCSharp6 1 사용 예제들

공개 메소드들

메소드 설명
Add ( BookChapter chapter ) : void
AddAsync ( BookChapter chapter ) : System.Threading.Tasks.Task
Find ( string id ) : BookChapter
FindAsync ( System.Guid id ) : Task
GetAll ( ) : IEnumerable
GetAllAsync ( ) : Task>
Init ( ) : void
InitAsync ( ) : System.Threading.Tasks.Task
Remove ( string id ) : BookChapter
RemoveAsync ( System.Guid id ) : Task
Update ( BookChapter chapter ) : void
UpdateAsync ( BookChapter chapter ) : System.Threading.Tasks.Task

메소드 상세

Add() 공개 메소드

public Add ( BookChapter chapter ) : void
chapter BookChapter
리턴 void

AddAsync() 공개 메소드

public AddAsync ( BookChapter chapter ) : System.Threading.Tasks.Task
chapter BookChapter
리턴 System.Threading.Tasks.Task

Find() 공개 메소드

public Find ( string id ) : BookChapter
id string
리턴 BookChapter

FindAsync() 공개 메소드

public FindAsync ( System.Guid id ) : Task
id System.Guid
리턴 Task

GetAll() 공개 메소드

public GetAll ( ) : IEnumerable
리턴 IEnumerable

GetAllAsync() 공개 메소드

public GetAllAsync ( ) : Task>
리턴 Task>

Init() 공개 메소드

public Init ( ) : void
리턴 void

InitAsync() 공개 메소드

public InitAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Remove() 공개 메소드

public Remove ( string id ) : BookChapter
id string
리턴 BookChapter

RemoveAsync() 공개 메소드

public RemoveAsync ( System.Guid id ) : Task
id System.Guid
리턴 Task

Update() 공개 메소드

public Update ( BookChapter chapter ) : void
chapter BookChapter
리턴 void

UpdateAsync() 공개 메소드

public UpdateAsync ( BookChapter chapter ) : System.Threading.Tasks.Task
chapter BookChapter
리턴 System.Threading.Tasks.Task