public void AddTotemp_Reports(temp_Reports temp_Reports)
 {
     base.AddObject("temp_Reports", temp_Reports);
 }
 public static temp_Reports Createtemp_Reports(global::System.Guid itemID, string path, string name, int type, global::System.Guid createdByID, global::System.DateTime creationDate, global::System.Guid modifiedByID, global::System.DateTime modifiedDate, global::System.Guid policyID, bool policyRoot, int executionFlag)
 {
     temp_Reports temp_Reports = new temp_Reports();
     temp_Reports.ItemID = itemID;
     temp_Reports.Path = path;
     temp_Reports.Name = name;
     temp_Reports.Type = type;
     temp_Reports.CreatedByID = createdByID;
     temp_Reports.CreationDate = creationDate;
     temp_Reports.ModifiedByID = modifiedByID;
     temp_Reports.ModifiedDate = modifiedDate;
     temp_Reports.PolicyID = policyID;
     temp_Reports.PolicyRoot = policyRoot;
     temp_Reports.ExecutionFlag = executionFlag;
     return temp_Reports;
 }