C# Class AppActs.API.DataMapper.CrashMapper

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

Méthodes publiques

Méthode Description
CrashMapper ( MongoClient client, string databaseName ) : System
Save ( Crash entity ) : void
Save ( CrashSummary entity ) : void

Method Details

CrashMapper() public méthode

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

Save() public méthode

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

Save() public méthode

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