C# 클래스 AppActs.API.DataMapper.EventMapper

상속: NoSqlBase, IEventMapper
파일 보기 프로젝트 열기: Appacts/mobile-analytics-server 1 사용 예제들

공개 메소드들

메소드 설명
EventMapper ( MongoClient client, string databaseName ) : System
GetDateOfDeviceLastVisit ( System.Guid deviceId, System.Guid applicationId ) : Nullable
GetDeviceAppLastScreenOneBy ( System.Guid deviceId, System.Guid applicationId ) : DeviceAppLastScreen
Remove ( System.Guid deviceId, System.Guid applicationId ) : void
Save ( AppUsageDurationSummary entity ) : void
Save ( AppUsageSummary entity ) : void
Save ( ContentLoadSummary entity ) : void
Save ( DeviceAppLastScreen deviceAppLastScreen ) : void
Save ( Event entity ) : void
Save ( EventSummary entity ) : void
Save ( ScreenRouteSummary entity ) : void
Save ( ScreenSummary entity ) : void

메소드 상세

EventMapper() 공개 메소드

public EventMapper ( MongoClient client, string databaseName ) : System
client MongoDB.Driver.MongoClient
databaseName string
리턴 System

GetDateOfDeviceLastVisit() 공개 메소드

public GetDateOfDeviceLastVisit ( System.Guid deviceId, System.Guid applicationId ) : Nullable
deviceId System.Guid
applicationId System.Guid
리턴 Nullable

GetDeviceAppLastScreenOneBy() 공개 메소드

public GetDeviceAppLastScreenOneBy ( System.Guid deviceId, System.Guid applicationId ) : DeviceAppLastScreen
deviceId System.Guid
applicationId System.Guid
리턴 AppActs.API.Model.Event.DeviceAppLastScreen

Remove() 공개 메소드

public Remove ( System.Guid deviceId, System.Guid applicationId ) : void
deviceId System.Guid
applicationId System.Guid
리턴 void

Save() 공개 메소드

public Save ( AppUsageDurationSummary entity ) : void
entity AppActs.API.Model.Event.AppUsageDurationSummary
리턴 void

Save() 공개 메소드

public Save ( AppUsageSummary entity ) : void
entity AppActs.API.Model.Event.AppUsageSummary
리턴 void

Save() 공개 메소드

public Save ( ContentLoadSummary entity ) : void
entity ContentLoadSummary
리턴 void

Save() 공개 메소드

public Save ( DeviceAppLastScreen deviceAppLastScreen ) : void
deviceAppLastScreen AppActs.API.Model.Event.DeviceAppLastScreen
리턴 void

Save() 공개 메소드

public Save ( Event entity ) : void
entity AppActs.API.Model.Event.Event
리턴 void

Save() 공개 메소드

public Save ( EventSummary entity ) : void
entity AppActs.API.Model.Event.EventSummary
리턴 void

Save() 공개 메소드

public Save ( ScreenRouteSummary entity ) : void
entity AppActs.API.Model.Event.ScreenRouteSummary
리턴 void

Save() 공개 메소드

public Save ( ScreenSummary entity ) : void
entity AppActs.API.Model.Event.ScreenSummary
리턴 void