private void Clean() { this.Sysid = null; this._timeentrystatussysid = null; this._timeentrytypesysid = null; this.Publicid = null; this.Path = string.Empty; this.Createdate = null; this.Lastmodifieddate = null; this.IsReadonly = null; this.Active = null; this._tasktimeentrysCollection = null; this._timeentryattributesCollection = null; this._timeentrylinksCollection = null; this._timeentrylinksCollection2 = null; this._timeentrymetadataCollection = null; this.Timeentrystatus = null; this.Timeentrytypes = null; this._timeentrytagsCollection = null; }
public static TasktimeentrysCollection GetAll() { resourceSchema.Dal.Tasktimeentrys dbo = null; try { dbo = new resourceSchema.Dal.Tasktimeentrys(); System.Data.DataSet ds = dbo.TaskTimeEntrys_Select_All(); TasktimeentrysCollection collection = new TasktimeentrysCollection(); if (GlobalTools.IsSafeDataSet(ds)) { for (int i = 0; (i < ds.Tables[0].Rows.Count); i = (i + 1)) { Tasktimeentrys obj = new Tasktimeentrys(); obj.Fill(ds.Tables[0].Rows[i]); if ((obj != null)) { collection.Add(obj); } } } return collection; } catch (System.Exception ) { throw; } finally { if ((dbo != null)) { dbo.Dispose(); } } }
private void Clean() { this.Sysid = null; this._taskstatussysid = null; this._tasktypesysid = null; this.Publicid = null; this.Path = string.Empty; this.Createdate = null; this.Lastmodifieddate = null; this.IsReadonly = null; this.Active = null; this._taskareasCollection = null; this._taskiterationsCollection = null; this._tasklinksCollection = null; this._tasklinksCollection2 = null; this._taskmetadataCollection = null; this.Taskstatus = null; this.Tasktypes = null; this._tasktagsCollection = null; this._taskteammembersCollection = null; this._tasktimeentrysCollection = null; }