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

The TimesheetTaskInfo type exposes the following members.

Constructors

  NameDescription
Public methodTimesheetTaskInfoOverloaded.

Methods

  NameDescription
Public methodCompareTo
Public methodEquals (Overrides Object..::.Equals(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 (Overrides Object..::.GetHashCode()()().)
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 unique id of the account
Public propertyAllowBillableModify
shows if the billable option is allowed to be modified on the screen. Valid values are "Y" (modification allowed) or "N" (modification not allowed.
Public propertyGroupId
The group identifier for the group which owns the timesheet template.
Public propertyIsActive
Gets or set a task item IsActive.Valid values are "Y" (Task is active) or "N" (Task is not active).
Public propertyIsBillable
Shows if the timesheet task is billable. Valid values as "Y" (for billable) and "N" (for non-billable).
Public propertyProjectId
The unique id of the project
Public propertyTaskCode
The timesheet task code.
Public propertyTaskId
The timesheet task identifier.
Public propertyTaskName
The timesheet task name.
Public propertyTimesheetTaskAndBillable
Public propertyTimesheetTaskKey
The key for the timesheet task.
Public propertyTimesheetTaskNameAndCode
The name and code (separated by a "-" delimiter) of the timesheet task.

See Also