Bugs are associated with products and components. This is a class that describes the methods and properties of a product.
You cannot directly create a Product object. You should get a Product object from Server.GetProduct or Server.GetProducts.
In order to actually instantiate a Product, a Server instance must be created first.
Definition in file Product.cs.
Go to the source code of this file.
Namespaces | |
namespace | Bugzproxy |
Classes | |
class | Product |
Encapsulation of a product in Bugzilla. More... |