Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Budgets_Incomes_types EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBudgets_Incomes_types(Budgets_Incomes_types budgets_Incomes_types)
 {
     base.AddObject("Budgets_Incomes_types", budgets_Incomes_types);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new Budgets_Incomes_types object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="companyId">Initial value of the CompanyId property.</param>
 /// <param name="creationDate">Initial value of the CreationDate property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static Budgets_Incomes_types CreateBudgets_Incomes_types(global::System.Int32 id, global::System.Int32 companyId, global::System.DateTime creationDate, global::System.String name)
 {
     Budgets_Incomes_types budgets_Incomes_types = new Budgets_Incomes_types();
     budgets_Incomes_types.Id = id;
     budgets_Incomes_types.CompanyId = companyId;
     budgets_Incomes_types.CreationDate = creationDate;
     budgets_Incomes_types.Name = name;
     return budgets_Incomes_types;
 }