Definition at line 136 of file IProxy.cs.
Public Attributes | |
XmlRpcStruct | internals |
Internal information from the server about the bug. This can and will change frequently. | |
int | id |
Bug nummeric id. | |
string | alias |
Bug alias (empty string if no aliases). | |
string | summary |
Bug summary. | |
DateTime | created |
Time/date when bug was created. | |
DateTime | changed |
Time/date when bug was last changed. |
XmlRpcStruct internals |
int id |
Bug nummeric id.
Definition at line 141 of file IProxy.cs.
Referenced by Bug::AppendComment(), and Bug::Update().