C# 클래스 Rainy.FileSystemBackend

상속: Rainy.Interfaces.IDataBackend
파일 보기 프로젝트 열기: Dynalon/Rainy

공개 메소드들

메소드 설명
ClearNotes ( IUser user ) : void
FileSystemBackend ( string data_path, IDbConnectionFactory factory, IAuthenticator auth, OAuthHandler handler, bool reset = false ) : System
GetNoteRepository ( IUser user ) : INoteRepository

메소드 상세

ClearNotes() 공개 메소드

public ClearNotes ( IUser user ) : void
user IUser
리턴 void

FileSystemBackend() 공개 메소드

public FileSystemBackend ( string data_path, IDbConnectionFactory factory, IAuthenticator auth, OAuthHandler handler, bool reset = false ) : System
data_path string
factory IDbConnectionFactory
auth IAuthenticator
handler Rainy.OAuth.OAuthHandler
reset bool
리턴 System

GetNoteRepository() 공개 메소드

public GetNoteRepository ( IUser user ) : INoteRepository
user IUser
리턴 INoteRepository