[This is preliminary documentation and is subject to change.]
The TimesheetDB type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TimesheetDB |
Methods
| Name | Description | |
|---|---|---|
| AddOutputParameter | Overloaded. | |
| AddParameter | Overloaded. | |
| AddParameters | Overloaded. | |
| ClearParameters |
Clear all the sql stored procedure parameters
(Inherited from OfficeClipDB.) | |
| Close |
Close the connection, data adapter and the command
(Inherited from OfficeClipDB.) | |
| Commit |
Commits the transaction
(Inherited from OfficeClipDB.) | |
| createDCAAString |
Creates the DCAA string for logging history
| |
| DeleteTimesheet |
Deletes a particular timesheet identified by timesheetId.
| |
| DeleteTimesheetDetails |
Deletes all the individual timesheet detail items corresponding to a particular
timesheet identified by timesheetId.
| |
| Dispose |
disposes the object for garbage collection
(Inherited from OfficeClipDB.) | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| ExecuteNonQuery | Overloaded. | |
| ExecuteReader |
Executes the sql datareader
(Inherited from OfficeClipDB.) | |
| ExecuteScalar |
Executes the query that returns a single valur
(Inherited from OfficeClipDB.) | |
| ExportTimesheets |
Exports a list of timesheets in the QuickBooks timer file format
based on the mapping stored corresponding to a particular group.
| |
| Fill |
Fills the dataset
(Inherited from OfficeClipDB.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetActiveTimesheetTasksInfo |
Gets the timesheet task information corresponding to the Active timesheet tasks corresponding to a particular group.
| |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetLastTimesheetInfo |
Gets all the details of the most recent timesheet created for the a
particular user for a particular group.
| |
| GetParameterCount |
Gets the parameter count
(Inherited from OfficeClipDB.) | |
| GetParameterValue |
Gets the value of the parameter
(Inherited from OfficeClipDB.) | |
| GetParentChildNodes | ||
| GetParentChildNodeString | ||
| GetPayrollInfo | ||
| GetTimesheetActiveRows |
Gets a list of number of rows specified in the currently Active timesheet tasks in the current group.
| |
| GetTimesheetAlreadyExists |
Checks whether a timesheet has already been created
for a given week starting date for a particular
user corresponding to a particular group.
| |
| GetTimesheetComments |
Gets a list of all Comments corresponding to a particular timesheet.
| |
| GetTimesheetDetails |
Gets the details of all the timesheet detail items for a particular timesheet identified
by timesheetId.
| |
| GetTimesheetDetailsForCSV | ||
| GetTimesheetInfo |
Gets all the details corresponding to a particular timesheet
identified by timesheetId.
| |
| GetTimesheetInfoComments |
Gets all the Comments corresponding to a particular
timesheet identified by timesheetId.
| |
| GetTimesheetRows |
Gets a list of number of rows specified in a particular timesheet tasks.
| |
| GetTimesheets |
Gets a list of all the timesheets for a set of users between a given date range for a particular group.
| |
| GetTimesheetsForExport |
Gets a set of timesheets which are ready to be exported
which were created within a given Date range from a particular group.
| |
| GetTimesheetTaskInfo |
Gets all the information related to a particular task identified by taskId.
| |
| GetTimeSheetTaskNames |
Gets a set of timesheet task names corresponding to a particular group.
| |
| GetTimesheetTasks |
Gets a list of all Active tasks corresponding to a particular group.
| |
| GetTimesheetTasksByGroupId |
Gets a set of timesheet tasks corresponding to a particular group.
| |
| GetTimesheetTasksForRdlc |
List of timesheet tasks available for a group (used in rdl reports)
| |
| GetTimesheetTasksForTimesheetId |
Gets a list of all tasks belonging to a particular timesheet.
| |
| GetTimesheetTasksInfo |
Gets the timesheet task Information for active tasks corresponding to a particular timesheet.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUnexportedTimesheets |
Gets all the information related to the timesheets
which have not yet been exported from OfficeClip from a particular group.
| |
| GetUnexportedTimesheetTaskNames |
Gets a list of all the timesheet task names corresponding to a particular group
which have net yet been exported to QuickBooks.
| |
| Init |
Initialize the connection parameters
(Inherited from OfficeClipDB.) | |
| InitTransaction | Overloaded. | |
| InsertTimesheet |
Inserts a new timesheet into the database and routes it to a particular user as defined in the workflow.
| |
| InsertTimesheetCommentInfo |
Inserts all the Comments related to a particular timesheet into the database.
| |
| InsertTimesheetDetailInfo |
Inserts individual timesheet detail items inside an timesheet into the database.
| |
| InsertTimesheetInfo |
Inserts a new timesheet into the database.
| |
| insertTimesheetTaskInfo |
Inserts all the information related to a task.
| |
| InsertTimesheetTasks |
Inserts all the information related to a timesheet Tasks corresponding to
a particular group using which members of a group can create timesheets.
| |
| IsTimesheetDetailModified |
Finds if the timesheet details is modified
| |
| markTimesheetDetailModified |
marks the timesheet details to be modified
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Rollback |
Rolls back the transaction
(Inherited from OfficeClipDB.) | |
| SetParameterValue |
Sets the parameter value of the sql parameter to a known value
(Inherited from OfficeClipDB.) | |
| SetSPCommand | Overloaded. | |
| SetSPDataAdapter |
Sets the stored procedure data adapter
(Inherited from OfficeClipDB.) | |
| SetTimesheetExported |
Sets the expired status of the timesheet
| |
| TimesheetSubmissions |
Returns the status of the timesheets submitted for a range of weeks
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
| UpdateTimesheet |
Updates all the information related to a particular timesheet
into the database and routes it to a particular user
as defined in the workflow.
| |
| UpdateTimesheetCommentInfo |
Updates all the Comments related to a particular timesheet into the database.
| |
| updateTimesheetTaskInfo |
Inserts all the information related to a task.
|
Properties
| Name | Description | |
|---|---|---|
| ConnectionString |
Gets the OfficeClip.DBLayer.ConnectionString property encapsulates
a callout to the ASP+ Config System to obtain the
database connection string for the application.
(Inherited from OfficeClipDB.) | |
| DBConnString |
The database connection string that is only available within the framework of the DBLayer.
This should only be set through a constructor so this is not available outside
the DBLayer. A default conection string is assumed if not set.
(Inherited from OfficeClipDB.) |
