Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Chipsets EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToChipsets(Chipset chipset)
 {
     base.AddObject("Chipsets", chipset);
 }
Ejemplo n.º 2
0
 private bool FilterChipset(Chipset entity)
 {
     return (entity.Id == this.ChipsetId);
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Create a new Chipset object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static Chipset CreateChipset(global::System.Int32 id, global::System.String name)
 {
     Chipset chipset = new Chipset();
     chipset.Id = id;
     chipset.Name = name;
     return chipset;
 }