C# Class AppActs.API.DataMapper.CrashMapper

Inheritance: NoSqlBase, ICrashMapper
Show file Open project: Appacts/mobile-analytics-server Class Usage Examples

Public Methods

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

Method Details

CrashMapper() public method

public CrashMapper ( MongoClient client, string databaseName ) : System
client MongoDB.Driver.MongoClient
databaseName string
return System

Save() public method

public Save ( Crash entity ) : void
entity AppActs.API.Model.Crash.Crash
return void

Save() public method

public Save ( CrashSummary entity ) : void
entity AppActs.API.Model.Crash.CrashSummary
return void