C# 클래스 GreenQloud.Persistence.SQLite.SQLiteEventDAO

상속: GreenQloud.Persistence.EventDAO
파일 보기 프로젝트 열기: greenqloud/qloudsync 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CombineMultipleMoves() 공개 메소드

public CombineMultipleMoves ( Event e ) : void
e GreenQloud.Model.Event
리턴 void

Create() 공개 메소드

public Create ( Event e ) : void
e GreenQloud.Model.Event
리턴 void

Exists() 공개 메소드

public Exists ( Event e ) : bool
e GreenQloud.Model.Event
리턴 bool

ExistsAnyConflict() 공개 메소드

public ExistsAnyConflict ( string itemKey ) : bool
itemKey string
리턴 bool

FindById() 공개 메소드

public FindById ( int id ) : Event
id int
리턴 GreenQloud.Model.Event

IgnoreAllEquals() 공개 메소드

public IgnoreAllEquals ( Event e ) : void
e GreenQloud.Model.Event
리턴 void

IgnoreAllIfDeleted() 공개 메소드

public IgnoreAllIfDeleted ( Event e ) : void
e GreenQloud.Model.Event
리턴 void

IgnoreAllIfMoved() 공개 메소드

public IgnoreAllIfMoved ( Event e ) : void
e GreenQloud.Model.Event
리턴 void

IgnoreFromIgnordList() 공개 메소드

public IgnoreFromIgnordList ( Event e ) : void
e GreenQloud.Model.Event
리턴 void

RemoveAllUnsynchronized() 공개 메소드

public RemoveAllUnsynchronized ( ) : void
리턴 void

SQLiteEventDAO() 공개 메소드

public SQLiteEventDAO ( ) : System
리턴 System

SQLiteEventDAO() 공개 메소드

public SQLiteEventDAO ( LocalRepository repo ) : System
repo LocalRepository
리턴 System

Select() 공개 메소드

public Select ( string sql ) : List
sql string
리턴 List

SetEventType() 공개 메소드

public SetEventType ( Event e ) : void
e GreenQloud.Model.Event
리턴 void

UpdateToSynchronized() 공개 메소드

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

UpdateTryQnt() 공개 메소드

public UpdateTryQnt ( Event e ) : void
e GreenQloud.Model.Event
리턴 void