BugzillaInterface.Query.Query C# (CSharp) Method

Query() public method

public Query ( ) : System
return System
        public Query()
        {
            Bugs = new List<BugReport> ();
            BugIds = new List<int> ();
            Generator = new BaseQuery ();
        }

Same methods

Query::Query ( Repository source ) : System