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

The TimesheetInfo type exposes the following members.

Constructors

  NameDescription
Public methodTimesheetInfoOverloaded.

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.)

Properties

  NameDescription
Public propertyCreatedTimestamp
The Timestamp for the timesheet creation.
Public propertyDocIdList
A comma separated String of the document identifiers for all documents that are attached to this timesheet.
Public propertyExportedTimestamp
The time when this timesheet was exported.
Public propertyFirstName
The first name
Public propertyFromDate
The first date of the timesheet.
Public propertyGroupId
the identifier for the group.
Public propertyGroupName
The group name of the group that owns the timesheet.
Public propertyIsExported
Shows if the timesheet is exported. Valid values are "Y" (means exported) and "N" (not exported).
Public propertyLastName
The last name
Public propertyNumLines
Number of rows in the timesheet.
Public propertyRemDocIdList
A comma separated String of the document identifiers for all documents that are removed from this timesheet.
Public propertyTimesheetComments
The list of Comments on this timesheet.
Public propertyTimesheetDetails
The list of all the timesheet details on this timesheet.
Public propertyTimesheetId
The system generated identifier for the timesheet.
Public propertyToDate
The last date of the timesheet.
Public propertyUserId
The identifier for the user that owns the timesheet.
Public propertyUserName
The name of the user that owns the timesheet.
Public propertyWorkflowHistory
The list of workflow history for this timesheet.
Public propertyWorkflowTypeId
Get the workflow type id corresponding to this particular timesheet.

See Also