Property | Type | Description | |
---|---|---|---|
Initialize | void | ||
JsonPacket | System | ||
Merge | object |
Method | Description | |
---|---|---|
JsonPacket ( string project ) : System |
Initializes a new instance of the JsonPacket class.
|
|
JsonPacket ( string project, |
Initializes a new instance of the JsonPacket class.
|
|
JsonPacket ( string project, |
Initializes a new instance of the JsonPacket class.
|
|
ToString ( ) : string |
Converts the JsonPacket into a JSON string.
|
|
ToString ( Formatting formatting ) : string |
Converts the JsonPacket into a JSON string.
|
Method | Description | |
---|---|---|
Initialize ( |
||
JsonPacket ( ) : System |
Prevents a default instance of the JsonPacket class from being created.
|
|
Merge ( |
public JsonPacket ( string project ) : System | ||
project | string | The project. |
return | System |
public JsonPacket ( string project, |
||
project | string | The project. |
exception | The |
|
return | System |
public JsonPacket ( string project, |
||
project | string | The project. |
@event | ||
return | System |
public ToString ( Formatting formatting ) : string | ||
formatting | Formatting | The formatting. |
return | string |