Пример #1
0
 /// <summary>
 /// Create a new ConsumerReg object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="isDeleted">Initial value of the IsDeleted property.</param>
 public static ConsumerReg CreateConsumerReg(global::System.Int64 id, global::System.Int32 isDeleted)
 {
     ConsumerReg consumerReg = new ConsumerReg();
     consumerReg.ID = id;
     consumerReg.IsDeleted = isDeleted;
     return consumerReg;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ConsumerRegs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToConsumerRegs(ConsumerReg consumerReg)
 {
     base.AddObject("ConsumerRegs", consumerReg);
 }