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