/// <summary> /// Create a new tblChartOfAccount object. /// </summary> /// <param name="idChartOfAccount">Initial value of the idChartOfAccount property.</param> /// <param name="numChartOfAccount">Initial value of the numChartOfAccount property.</param> /// <param name="nameChartOfAccount">Initial value of the nameChartOfAccount property.</param> /// <param name="dateCreated">Initial value of the dateCreated property.</param> /// <param name="dateModified">Initial value of the dateModified property.</param> /// <param name="createdByLogin">Initial value of the CreatedByLogin property.</param> /// <param name="modifiedByLogin">Initial value of the ModifiedByLogin property.</param> public static tblChartOfAccount CreatetblChartOfAccount(global::System.Int32 idChartOfAccount, global::System.String numChartOfAccount, global::System.String nameChartOfAccount, global::System.DateTime dateCreated, global::System.DateTime dateModified, global::System.String createdByLogin, global::System.String modifiedByLogin) { tblChartOfAccount tblChartOfAccount = new tblChartOfAccount(); tblChartOfAccount.idChartOfAccount = idChartOfAccount; tblChartOfAccount.numChartOfAccount = numChartOfAccount; tblChartOfAccount.nameChartOfAccount = nameChartOfAccount; tblChartOfAccount.dateCreated = dateCreated; tblChartOfAccount.dateModified = dateModified; tblChartOfAccount.CreatedByLogin = createdByLogin; tblChartOfAccount.ModifiedByLogin = modifiedByLogin; return tblChartOfAccount; }
/// <summary> /// Deprecated Method for adding a new object to the tblChartOfAccounts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotblChartOfAccounts(tblChartOfAccount tblChartOfAccount) { base.AddObject("tblChartOfAccounts", tblChartOfAccount); }