C# Class AppActs.API.Model.Error.Error
显示文件
Open project: Appacts/mobile-analytics-server
Private Properties
Property |
Type |
Description |
|
Public Methods
Method |
Description |
|
Add ( DeviceInfo device ) : void |
|
|
Error ( ) : System |
|
|
Error ( NameValueCollection keyValues ) : System |
|
|
Method Details
public Add ( DeviceInfo device ) : void |
device |
AppActs.API.Model.Device.DeviceInfo |
|
return |
void |
|
public Error ( ) : System |
return |
System |
|
public Error ( NameValueCollection keyValues ) : System |
keyValues |
NameValueCollection |
|
return |
System |
|