Esempio n. 1
0
 /// <summary>
 /// Create a new SpareAnaloguesView object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="spareId1">Initial value of the spareId1 property.</param>
 /// <param name="spareId2">Initial value of the spareId2 property.</param>
 public static SpareAnaloguesView CreateSpareAnaloguesView(global::System.Int32 id, global::System.Int32 spareId1, global::System.Int32 spareId2)
 {
     SpareAnaloguesView spareAnaloguesView = new SpareAnaloguesView();
     spareAnaloguesView.id = id;
     spareAnaloguesView.spareId1 = spareId1;
     spareAnaloguesView.spareId2 = spareId2;
     return spareAnaloguesView;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SpareAnaloguesViews EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSpareAnaloguesViews(SpareAnaloguesView spareAnaloguesView)
 {
     base.AddObject("SpareAnaloguesViews", spareAnaloguesView);
 }