Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PaymentTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPaymentTypes(PaymentType paymentType)
 {
     base.AddObject("PaymentTypes", paymentType);
 }
Пример #2
0
 /// <summary>
 /// Create a new PaymentType object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="paymentTypeName">Initial value of the PaymentTypeName property.</param>
 /// <param name="discontinued">Initial value of the Discontinued property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 public static PaymentType CreatePaymentType(global::System.Int32 id, global::System.String paymentTypeName, global::System.Boolean discontinued, global::System.Byte[] rowVersion)
 {
     PaymentType paymentType = new PaymentType();
     paymentType.Id = id;
     paymentType.PaymentTypeName = paymentTypeName;
     paymentType.Discontinued = discontinued;
     paymentType.RowVersion = rowVersion;
     return paymentType;
 }