C# Class GreenQloud.Persistence.SQLite.SQLiteEventDAO

Inheritance: GreenQloud.Persistence.EventDAO
Afficher le fichier Open project: greenqloud/qloudsync Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CombineMultipleMoves ( Event e ) : void
e GreenQloud.Model.Event
Résultat void

Create() public méthode

public Create ( Event e ) : void
e GreenQloud.Model.Event
Résultat void

Exists() public méthode

public Exists ( Event e ) : bool
e GreenQloud.Model.Event
Résultat bool

ExistsAnyConflict() public méthode

public ExistsAnyConflict ( string itemKey ) : bool
itemKey string
Résultat bool

FindById() public méthode

public FindById ( int id ) : Event
id int
Résultat GreenQloud.Model.Event

IgnoreAllEquals() public méthode

public IgnoreAllEquals ( Event e ) : void
e GreenQloud.Model.Event
Résultat void

IgnoreAllIfDeleted() public méthode

public IgnoreAllIfDeleted ( Event e ) : void
e GreenQloud.Model.Event
Résultat void

IgnoreAllIfMoved() public méthode

public IgnoreAllIfMoved ( Event e ) : void
e GreenQloud.Model.Event
Résultat void

IgnoreFromIgnordList() public méthode

public IgnoreFromIgnordList ( Event e ) : void
e GreenQloud.Model.Event
Résultat void

RemoveAllUnsynchronized() public méthode

public RemoveAllUnsynchronized ( ) : void
Résultat void

SQLiteEventDAO() public méthode

public SQLiteEventDAO ( ) : System
Résultat System

SQLiteEventDAO() public méthode

public SQLiteEventDAO ( LocalRepository repo ) : System
repo LocalRepository
Résultat System

Select() public méthode

public Select ( string sql ) : List
sql string
Résultat List

SetEventType() public méthode

public SetEventType ( Event e ) : void
e GreenQloud.Model.Event
Résultat void

UpdateToSynchronized() public méthode

public UpdateToSynchronized ( Event e, RESPONSE response ) : void
e GreenQloud.Model.Event
response RESPONSE
Résultat void

UpdateTryQnt() public méthode

public UpdateTryQnt ( Event e ) : void
e GreenQloud.Model.Event
Résultat void