/// <summary> /// Create a new payment_type object. /// </summary> /// <param name="ptID">Initial value of the ptID property.</param> public static payment_type Createpayment_type(global::System.Int32 ptID) { payment_type payment_type = new payment_type(); payment_type.ptID = ptID; return payment_type; }
/// <summary> /// Deprecated Method for adding a new object to the payment_type EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTopayment_type(payment_type payment_type) { base.AddObject("payment_type", payment_type); }