Example #1
0
 /// <summary>
 /// Create a new TransactionKey object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="record">Initial value of the Record property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static TransactionKey CreateTransactionKey(global::System.Guid id, global::System.Int32 record, global::System.String name)
 {
     TransactionKey transactionKey = new TransactionKey();
     transactionKey.ID = id;
     transactionKey.Record = record;
     transactionKey.Name = name;
     return transactionKey;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TransactionKeys EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTransactionKeys(TransactionKey transactionKey)
 {
     base.AddObject("TransactionKeys", transactionKey);
 }