Ejemplo n.º 1
0
 /// <summary>
 /// Create a new BulkSaleResult object.
 /// </summary>
 /// <param name="runName">Initial value of the RunName property.</param>
 /// <param name="serialNum">Initial value of the SerialNum property.</param>
 public static BulkSaleResult CreateBulkSaleResult(global::System.String runName, global::System.String serialNum)
 {
     BulkSaleResult bulkSaleResult = new BulkSaleResult();
     bulkSaleResult.RunName = runName;
     bulkSaleResult.SerialNum = serialNum;
     return bulkSaleResult;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the BulkSaleResults EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBulkSaleResults(BulkSaleResult bulkSaleResult)
 {
     base.AddObject("BulkSaleResults", bulkSaleResult);
 }