/// <summary> /// Create a new Request object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="startDate">Initial value of the StartDate property.</param> /// <param name="employeeNumber">Initial value of the EmployeeNumber property.</param> /// <param name="nonSAP">Initial value of the nonSAP property.</param> /// <param name="completed">Initial value of the Completed property.</param> /// <param name="activeDirectoryId">Initial value of the ActiveDirectoryId property.</param> public static Request CreateRequest(global::System.Int64 id, global::System.DateTime startDate, global::System.String employeeNumber, global::System.Boolean nonSAP, global::System.Boolean completed, global::System.String activeDirectoryId) { Request request = new Request(); request.Id = id; request.StartDate = startDate; request.EmployeeNumber = employeeNumber; request.nonSAP = nonSAP; request.Completed = completed; request.ActiveDirectoryId = activeDirectoryId; return request; }
/// <summary> /// Deprecated Method for adding a new object to the tbl_request EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotbl_request(Request request) { base.AddObject("tbl_request", request); }