Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C2_15tblCashDistributionAllocation EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC2_15tblCashDistributionAllocation(C2_15tblCashDistributionAllocation c2_15tblCashDistributionAllocation)
 {
     base.AddObject("C2_15tblCashDistributionAllocation", c2_15tblCashDistributionAllocation);
 }
Example #2
0
 /// <summary>
 /// Create a new C2_15tblCashDistributionAllocation object.
 /// </summary>
 /// <param name="transactionID">Initial value of the TransactionID property.</param>
 /// <param name="sSMA_TimeStamp">Initial value of the SSMA_TimeStamp property.</param>
 public static C2_15tblCashDistributionAllocation CreateC2_15tblCashDistributionAllocation(global::System.Int32 transactionID, global::System.Byte[] sSMA_TimeStamp)
 {
     C2_15tblCashDistributionAllocation c2_15tblCashDistributionAllocation = new C2_15tblCashDistributionAllocation();
     c2_15tblCashDistributionAllocation.TransactionID = transactionID;
     c2_15tblCashDistributionAllocation.SSMA_TimeStamp = sSMA_TimeStamp;
     return c2_15tblCashDistributionAllocation;
 }