/// <summary> /// Deprecated Method for adding a new object to the PaymentTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToPaymentTypes(PaymentType paymentType) { base.AddObject("PaymentTypes", paymentType); }
/// <summary> /// Create a new PaymentType object. /// </summary> /// <param name="paymentTypeID">Initial value of the PaymentTypeID property.</param> public static PaymentType CreatePaymentType(global::System.Guid paymentTypeID) { PaymentType paymentType = new PaymentType(); paymentType.PaymentTypeID = paymentTypeID; return paymentType; }