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

The TimesheetDetailInfo type exposes the following members.

Constructors

  NameDescription
Public methodTimesheetDetailInfoOverloaded.

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 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 methodGetObjectData
Gets the object data using the SerializationInfo and the StreamingContext.
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 methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAccountId
The account identifier for the timesheet detial.
Public propertyAccountName
The account name for the timesheet detail.
Public propertyCreatedByTimestamp
The Timestamp of the timesheet detail.
Public propertyCreatedByUserId
The identifier of the user who created the task.
Public propertyDescription
The Description for the task.
Public propertyIsBillable
Shows if the task associated with the timesheet detail is billable. Valid values are "Y" and "N"
Public propertyModifiedByTimestamp
the Timestamp of the last modification of the timesheet detail.
Public propertyModifiedByUserId
The identifier fot the user who last modified the timesheet detail.
Public propertyPayrollCategoryId
The payroll Category id for the task.
Public propertyPayrollCode
The payroll Code for the task.
Public propertyProjectId
The identifier for the Project for the timesheet detail.
Public propertyProjectName
The name of the Project for the timesheet detail.
Public propertySerialNumber
The serial number for the task.
Public propertyTaskCode
The code for the task.
Public propertyTaskDate
The task date for the timesheet detail.
Public propertyTaskId
The task identifier
Public propertyTaskName
The name of the task.
Public propertyTimeDuration
The time duration for the task.
Public propertyTimesheetDetailId
The identifier for the timesheet detail.
Public propertyTimesheetId
The system generated identifier for the timesheet.

See Also