C# Class GreenQloud.Persistence.SQLite.SQLiteEventDAO

Inheritance: GreenQloud.Persistence.EventDAO
Mostrar archivo Open project: greenqloud/qloudsync Class Usage Examples

Public Methods

Method Description
CombineMultipleMoves ( Event e ) : void
Create ( Event e ) : void
Exists ( Event e ) : bool
ExistsAnyConflict ( string itemKey ) : bool
FindById ( int id ) : Event
IgnoreAllEquals ( Event e ) : void
IgnoreAllIfDeleted ( Event e ) : void
IgnoreAllIfMoved ( Event e ) : void
IgnoreFromIgnordList ( Event e ) : void
RemoveAllUnsynchronized ( ) : void
SQLiteEventDAO ( ) : System
SQLiteEventDAO ( LocalRepository repo ) : System
Select ( string sql ) : List
SetEventType ( Event e ) : void
UpdateToSynchronized ( Event e, RESPONSE response ) : void
UpdateTryQnt ( Event e ) : void

Method Details

CombineMultipleMoves() public method

public CombineMultipleMoves ( Event e ) : void
e GreenQloud.Model.Event
return void

Create() public method

public Create ( Event e ) : void
e GreenQloud.Model.Event
return void

Exists() public method

public Exists ( Event e ) : bool
e GreenQloud.Model.Event
return bool

ExistsAnyConflict() public method

public ExistsAnyConflict ( string itemKey ) : bool
itemKey string
return bool

FindById() public method

public FindById ( int id ) : Event
id int
return GreenQloud.Model.Event

IgnoreAllEquals() public method

public IgnoreAllEquals ( Event e ) : void
e GreenQloud.Model.Event
return void

IgnoreAllIfDeleted() public method

public IgnoreAllIfDeleted ( Event e ) : void
e GreenQloud.Model.Event
return void

IgnoreAllIfMoved() public method

public IgnoreAllIfMoved ( Event e ) : void
e GreenQloud.Model.Event
return void

IgnoreFromIgnordList() public method

public IgnoreFromIgnordList ( Event e ) : void
e GreenQloud.Model.Event
return void

RemoveAllUnsynchronized() public method

public RemoveAllUnsynchronized ( ) : void
return void

SQLiteEventDAO() public method

public SQLiteEventDAO ( ) : System
return System

SQLiteEventDAO() public method

public SQLiteEventDAO ( LocalRepository repo ) : System
repo LocalRepository
return System

Select() public method

public Select ( string sql ) : List
sql string
return List

SetEventType() public method

public SetEventType ( Event e ) : void
e GreenQloud.Model.Event
return void

UpdateToSynchronized() public method

public UpdateToSynchronized ( Event e, RESPONSE response ) : void
e GreenQloud.Model.Event
response RESPONSE
return void

UpdateTryQnt() public method

public UpdateTryQnt ( Event e ) : void
e GreenQloud.Model.Event
return void