[This is preliminary documentation and is subject to change.]
The TimesheetDetailInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TimesheetDetailInfo | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | 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.) |
![]() | 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.) |
![]() | GetObjectData |
Gets the object data using the SerializationInfo and the
StreamingContext.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | AccountId |
The account identifier for the timesheet detial.
|
![]() | AccountName |
The account name for the timesheet detail.
|
![]() | CreatedByTimestamp |
The Timestamp of the timesheet detail.
|
![]() | CreatedByUserId |
The identifier of the user who created the task.
|
![]() | Description |
The Description for the task.
|
![]() | IsBillable |
Shows if the task associated with the timesheet detail is billable. Valid values are "Y" and "N"
|
![]() | ModifiedByTimestamp |
the Timestamp of the last modification of the timesheet detail.
|
![]() | ModifiedByUserId |
The identifier fot the user who last modified the timesheet detail.
|
![]() | PayrollCategoryId |
The payroll Category id for the task.
|
![]() | PayrollCode |
The payroll Code for the task.
|
![]() | ProjectId |
The identifier for the Project for the timesheet detail.
|
![]() | ProjectName |
The name of the Project for the timesheet detail.
|
![]() | SerialNumber |
The serial number for the task.
|
![]() | TaskCode |
The code for the task.
|
![]() | TaskDate |
The task date for the timesheet detail.
|
![]() | TaskId |
The task identifier
|
![]() | TaskName |
The name of the task.
|
![]() | TimeDuration |
The time duration for the task.
|
![]() | TimesheetDetailId |
The identifier for the timesheet detail.
|
![]() | TimesheetId |
The system generated identifier for the timesheet.
|