[This is preliminary documentation and is subject to change.]

The TimesheetInfo type exposes the following methods.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAccountAndProjectName
Get the Account and Project name (separated by a "/" character) of a particular row of the timesheet.
Public methodGetAccountName
GEts the Customer name for a particular row in the timesheet.
Public methodGetBillableTimeDuration
GEt the total billable time duration of the timesheet.
Public methodGetEditableComments
Gets the editable Comment of the timesheet for a particular user.
Public methodGetHashCode
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.)
Public methodGetNonBillableTimeDuration
Get the total non-billable duration of the timesheet.
Public methodGetNonEditableComments
Gets the non-editable Comment of the timesheet for a particular user.
Public methodGetObjectData
Gets the object data using the SerializationInfo and the StreamingContext.
Public methodGetPayrollCode
Public methodGetProjectName
Gets the Project name of a particular row of the timesheet.
Public methodGetRowOverloaded.
Public methodGetRows
Gets the number of rows in the timesheet.
Public methodGetRowTotal
Get the total time for a row of the timesheet.
Public methodGetSerializedTimesheetDetails
Gets the serialized timesheet detail in a String.
Public methodGetTaskCodeAndName
Gets the task name and code (separated by a "/") of a particular row of the timesheet.
Public methodGetTaskName
Gets the task name for the row
Public methodGetTimeDuration
Gets the time duration for a cell on the timesheet.
Public methodGetTimeDurationTotal
Gets the total time duration for the timesheet.
Public methodgetTimesheetDetail
Gets the timesheet detail for a cell on the timesheet.
Public methodGetTimesheetDuration
Gets the duration of a particular cell on the timesheet.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToCSV
Converts the timesheet to its csv format.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also