/// <summary> /// Add a new 巡检路线纪录 in the collection /// </summary> /// <pdGenerated>Default Add</pdGenerated> public void Add巡检路线纪录(巡检路线纪录 new巡检路线纪录) { if (new巡检路线纪录 == null) return; if (this.巡检路线纪录 == null) this.巡检路线纪录 = new System.Collections.Generic.List<巡检路线纪录>(); if (!this.巡检路线纪录.Contains(new巡检路线纪录)) this.巡检路线纪录.Add(new巡检路线纪录); }
/// <summary> /// Remove an existing 巡检路线纪录 from the collection /// </summary> /// <pdGenerated>Default Remove</pdGenerated> public void Remove巡检路线纪录(巡检路线纪录 old巡检路线纪录) { if (old巡检路线纪录 == null) return; if (this.巡检路线纪录 != null) if (this.巡检路线纪录.Contains(old巡检路线纪录)) this.巡检路线纪录.Remove(old巡检路线纪录); }