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