AppendCommentParam Struct Reference

List of all members.


Detailed Description

Parameter for IProxy.AppendComment call.

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.

Member Data Documentation

int id

The id of the bug.

Definition at line 250 of file IProxy.cs.

Referenced by Bug::AppendComment().

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().


The documentation for this struct was generated from the following file:
Generated on Thu Jan 17 07:31:46 2008 for BugzillaProxy by  doxygen 1.5.4