C# 클래스 AppActs.API.DataMapper.CrashMapper
파일 보기
프로젝트 열기: Appacts/mobile-analytics-server
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
CrashMapper ( MongoClient client, string databaseName ) : System |
|
|
Save ( Crash entity ) : void |
|
|
Save ( CrashSummary entity ) : void |
|
|
메소드 상세
public CrashMapper ( MongoClient client, string databaseName ) : System |
client |
MongoDB.Driver.MongoClient |
|
databaseName |
string |
|
리턴 |
System |
|
public Save ( Crash entity ) : void |
entity |
AppActs.API.Model.Crash.Crash |
|
리턴 |
void |
|
public Save ( CrashSummary entity ) : void |
entity |
AppActs.API.Model.Crash.CrashSummary |
|
리턴 |
void |
|