C# Class AppActs.API.DataMapper.EventMapper

Inheritance: NoSqlBase, IEventMapper
Afficher le fichier Open project: Appacts/mobile-analytics-server Class Usage Examples

Méthodes publiques

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

Method Details

EventMapper() public méthode

public EventMapper ( MongoClient client, string databaseName ) : System
client MongoDB.Driver.MongoClient
databaseName string
Résultat System

GetDateOfDeviceLastVisit() public méthode

public GetDateOfDeviceLastVisit ( System.Guid deviceId, System.Guid applicationId ) : Nullable
deviceId System.Guid
applicationId System.Guid
Résultat Nullable

GetDeviceAppLastScreenOneBy() public méthode

public GetDeviceAppLastScreenOneBy ( System.Guid deviceId, System.Guid applicationId ) : DeviceAppLastScreen
deviceId System.Guid
applicationId System.Guid
Résultat AppActs.API.Model.Event.DeviceAppLastScreen

Remove() public méthode

public Remove ( System.Guid deviceId, System.Guid applicationId ) : void
deviceId System.Guid
applicationId System.Guid
Résultat void

Save() public méthode

public Save ( AppUsageDurationSummary entity ) : void
entity AppActs.API.Model.Event.AppUsageDurationSummary
Résultat void

Save() public méthode

public Save ( AppUsageSummary entity ) : void
entity AppActs.API.Model.Event.AppUsageSummary
Résultat void

Save() public méthode

public Save ( ContentLoadSummary entity ) : void
entity ContentLoadSummary
Résultat void

Save() public méthode

public Save ( DeviceAppLastScreen deviceAppLastScreen ) : void
deviceAppLastScreen AppActs.API.Model.Event.DeviceAppLastScreen
Résultat void

Save() public méthode

public Save ( Event entity ) : void
entity AppActs.API.Model.Event.Event
Résultat void

Save() public méthode

public Save ( EventSummary entity ) : void
entity AppActs.API.Model.Event.EventSummary
Résultat void

Save() public méthode

public Save ( ScreenRouteSummary entity ) : void
entity AppActs.API.Model.Event.ScreenRouteSummary
Résultat void

Save() public méthode

public Save ( ScreenSummary entity ) : void
entity AppActs.API.Model.Event.ScreenSummary
Résultat void