/// <summary> /// Create a new BillingPlans object. /// </summary> /// <param name="p_id">Initial value of the p_id property.</param> /// <param name="p_title">Initial value of the p_title property.</param> /// <param name="p_amount">Initial value of the p_amount property.</param> /// <param name="p_billing_cycle">Initial value of the p_billing_cycle property.</param> /// <param name="p_billing_cycle_unit">Initial value of the p_billing_cycle_unit property.</param> /// <param name="p_deleted">Initial value of the p_deleted property.</param> public static BillingPlans CreateBillingPlans(global::System.Int32 p_id, global::System.String p_title, global::System.Decimal p_amount, global::System.Int32 p_billing_cycle, global::System.Byte p_billing_cycle_unit, global::System.Boolean p_deleted) { BillingPlans billingPlans = new BillingPlans(); billingPlans.p_id = p_id; billingPlans.p_title = p_title; billingPlans.p_amount = p_amount; billingPlans.p_billing_cycle = p_billing_cycle; billingPlans.p_billing_cycle_unit = p_billing_cycle_unit; billingPlans.p_deleted = p_deleted; return billingPlans; }
/// <summary> /// Deprecated Method for adding a new object to the BillingPlans EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToBillingPlans(BillingPlans billingPlans) { base.AddObject("BillingPlans", billingPlans); }