Bug Object Members
Public Methods
Public Method AddAlertAdds a new alert to the specified entity.
Public Method CancelFollowUpRemoves the current entity's follow-up.
Public Method CleanAllAlertsRemoves all current object alerts from the database.
Public Method DeleteAlertRemoves an alert or alerts associated with the current object from the database.
Public Method FindSimilarBugsSearches the defect summaries for similarities to this defect.
Public Method GetAlertGets the alert specified by the alert ID.
Public Method GetAlertListGets a list of all alerts associated with the object.
Public Method GetFollowUpGets the date and description for the follow-up associated with the current object.
Public Method HasAlertsChecks if any alerts are associated with the object.
Public Method HasFollowUpChecks if the object has at least one follow-up associated with it.
Public Method HasNewAlertsNew, unread alerts are associated with the object.
Public Method IsFollowUpOverdueChecks if the date of the unsent follow-up is earlier than the current database server date.
Public Method LockObjectLocks the object. Returns True if the object has been changed on the server.
Public Method MailMails the IBaseFieldExMail field item.
Public Method MailExMails the IMailableEntity field item.
Public Method PostPosts all changed values into database.
Public Method RefreshReads saved values, overwriting values in memory.
Public Method SetFollowUpSets an alert for follow-up for the current object.
Public Method UndoUndoes changes to field values that have not been posted.
Public Method UnLockObjectUnlocks the object.
Public Properties
Public Property AssignedToThe name of the user to whom the defect is assigned.
Public Property AttachmentsThe Attachment factory for the object.
Public Property AutoPostIf true, the database is updated immediately when the field value changes.
Public Property AutoUnlockIndicates whether to make the item changeable to other users automatically after a Refresh or Post.
Public Property BugLinkFactoryThe bug link factory that manages the links of the current object to its associated defects.
Public Property DetectedByThe name of the user who detected the defect.
Public Property FieldThe value of the specified field.
Public Property FieldMultiValueThe MultiValue object of the specified field.
Public Property HasAttachmentChecks if the object has one or more attachments.
Public Property HasLinkageChecks if the current object has at least one associated Bug.
Public Property HasOthersLinkageChecks if the current Bug object has at least one associated object that is not another Bug object. Defined only for Bug objects.
Public Property IDThe item ID.
Public Property IsLockedChecks if object is locked for editing.
Public Property LinkFactoryThe link factory of the current defect object that enables viewing the links. Defined only for Bug objects.
Public Property ModifiedChecks if the item has been modified since last refresh or post operation. If true, the field properties on the server side are not up to date.
Public Property PriorityThe defect priority.
Public Property ProjectThe testing project to which the defect belongs.
Public Property StatusThe defect status.
Public Property SubjectIdThe ID of the Subject field.
Public Property SummaryA short description of the defect.
Public Property TypeNameThe field's type.
Public Property VirtualChecks if this is a virtual item, that is, an item that does not have a corresponding database record.
See Also