Exemplo n.º 1
0
 /// <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逻辑巡检点);
 }
Exemplo n.º 2
0
 /// <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逻辑巡检点);
 }