/// <summary> /// Create a new tblUsertType object. /// </summary> /// <param name="idUserType">Initial value of the idUserType property.</param> /// <param name="nameUserType">Initial value of the nameUserType 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 tblUsertType CreatetblUsertType(global::System.Int32 idUserType, global::System.String nameUserType, global::System.DateTime dateCreated, global::System.DateTime dateModified, global::System.String createdByLogin, global::System.String modifiedByLogin) { tblUsertType tblUsertType = new tblUsertType(); tblUsertType.idUserType = idUserType; tblUsertType.nameUserType = nameUserType; tblUsertType.dateCreated = dateCreated; tblUsertType.dateModified = dateModified; tblUsertType.CreatedByLogin = createdByLogin; tblUsertType.ModifiedByLogin = modifiedByLogin; return tblUsertType; }
/// <summary> /// Deprecated Method for adding a new object to the tblUsertTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotblUsertTypes(tblUsertType tblUsertType) { base.AddObject("tblUsertTypes", tblUsertType); }