[This is preliminary documentation and is subject to change.]
The TimesheetTaskInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TimesheetTaskInfo | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | CompareTo | |
![]() | Equals | (Overrides Object..::.Equals(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 | (Overrides Object..::.GetHashCode()()().) |
![]() | 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 unique id of the account
|
![]() | AllowBillableModify |
shows if the billable option is allowed to be modified on the screen. Valid values are "Y"
(modification allowed) or "N" (modification not allowed.
|
![]() | GroupId |
The group identifier for the group which owns the timesheet template.
|
![]() | IsActive |
Gets or set a task item IsActive.Valid values are "Y"
(Task is active) or "N" (Task is not active).
|
![]() | IsBillable |
Shows if the timesheet task is billable. Valid values as "Y" (for billable)
and "N" (for non-billable).
|
![]() | ProjectId |
The unique id of the project
|
![]() | TaskCode |
The timesheet task code.
|
![]() | TaskId |
The timesheet task identifier.
|
![]() | TaskName |
The timesheet task name.
|
![]() | TimesheetTaskAndBillable | |
![]() | TimesheetTaskKey |
The key for the timesheet task.
|
![]() | TimesheetTaskNameAndCode |
The name and code (separated by a "-" delimiter) of the timesheet task.
|