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