Ejemplo n.º 1
0
 /// <summary>
 /// Create a new SpareIncomeView object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="date">Initial value of the Date property.</param>
 public static SpareIncomeView CreateSpareIncomeView(global::System.Int32 id, global::System.DateTime date)
 {
     SpareIncomeView spareIncomeView = new SpareIncomeView();
     spareIncomeView.id = id;
     spareIncomeView.Date = date;
     return spareIncomeView;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SpareIncomeViews EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSpareIncomeViews(SpareIncomeView spareIncomeView)
 {
     base.AddObject("SpareIncomeViews", spareIncomeView);
 }