C# Class Rainy.FileSystemBackend

Inheritance: Rainy.Interfaces.IDataBackend
Mostra file Open project: Dynalon/Rainy

Public Methods

Method Description
ClearNotes ( IUser user ) : void
FileSystemBackend ( string data_path, IDbConnectionFactory factory, IAuthenticator auth, OAuthHandler handler, bool reset = false ) : System
GetNoteRepository ( IUser user ) : INoteRepository

Method Details

ClearNotes() public method

public ClearNotes ( IUser user ) : void
user IUser
return void

FileSystemBackend() public method

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
return System

GetNoteRepository() public method

public GetNoteRepository ( IUser user ) : INoteRepository
user IUser
return INoteRepository