Definition at line 248 of file IProxy.cs.
Public Attributes | |
int | id |
The id of the bug. | |
string | comment |
The actual comment to append. | |
bool | isPrivate |
Whether or not this is a private comment. | |
double | workTime |
The worktime of this comment. |
int id |
string comment |
The actual comment to append.
Definition at line 252 of file IProxy.cs.
Referenced by Bug::AppendComment().
bool isPrivate |
Whether or not this is a private comment.
This is ignored if you are not in the insidergroup.
Definition at line 259 of file IProxy.cs.
Referenced by Bug::AppendComment().
double workTime |
The worktime of this comment.
Definition at line 263 of file IProxy.cs.
Referenced by Bug::AppendComment().