C# Class AppActs.API.DataMapper.ErrorMapper

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

Méthodes publiques

Méthode Description
ErrorMapper ( MongoClient client, string databaseName ) : System
Save ( Error entity ) : void
Save ( ErrorSummary entity ) : void

Method Details

ErrorMapper() public méthode

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

Save() public méthode

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

Save() public méthode

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