Exemple #1
0
 /// <summary>
 /// Create a new ABi_Remark object.
 /// </summary>
 /// <param name="aBi_Remark_ID">Initial value of the ABi_Remark_ID property.</param>
 /// <param name="aBi_Invoice_ID">Initial value of the ABi_Invoice_ID property.</param>
 /// <param name="remarkPerson">Initial value of the RemarkPerson property.</param>
 /// <param name="dateCreated">Initial value of the DateCreated property.</param>
 /// <param name="dateModified">Initial value of the DateModified property.</param>
 public static ABi_Remark CreateABi_Remark(global::System.Int32 aBi_Remark_ID, global::System.Int32 aBi_Invoice_ID, global::System.String remarkPerson, global::System.DateTime dateCreated, global::System.DateTime dateModified)
 {
     ABi_Remark aBi_Remark = new ABi_Remark();
     aBi_Remark.ABi_Remark_ID = aBi_Remark_ID;
     aBi_Remark.ABi_Invoice_ID = aBi_Invoice_ID;
     aBi_Remark.RemarkPerson = remarkPerson;
     aBi_Remark.DateCreated = dateCreated;
     aBi_Remark.DateModified = dateModified;
     return aBi_Remark;
 }
Exemple #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ABi_Remark EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToABi_Remark(ABi_Remark aBi_Remark)
 {
     base.AddObject("ABi_Remark", aBi_Remark);
 }