Click or drag to resize
TimeActivity Class
A record of time worked by a vendor or employee.
Inheritance Hierarchy

Namespace:  Intuit.Ipp.Data
Assembly:  Intuit.Ipp.Data (in Intuit.Ipp.Data.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
[SerializableAttribute]
public class TimeActivity : IntuitEntity, 
	IEntity

The TimeActivity type exposes the following members.

Constructors
  NameDescription
Public methodTimeActivity
Initializes a new instance of the TimeActivity class
Top
Properties
  NameDescription
Public propertyAnyIntuitObject
Public propertyAttachableRef
Specifies entity name of the attachment from where the attachment was requested
(Inherited from IntuitEntity.)
Public propertyBillableStatus
Billable status of the time recorded
Public propertyBillableStatusSpecified
Public propertyBreakHours
Hours of break taken between start time and end time. [b]QuickBooks Notes[/b][br /] [i]Unsupported field.[/i]
Public propertyBreakHoursSpecified
Public propertyBreakMinutes
Minutes of break taken between start time and end time. Valid values are 0 - 59. [b]QuickBooks Notes[/b][br /] [i]Unsupported field.[/i]
Public propertyBreakMinutesSpecified
Public propertyClassRef
Public propertyCustomerRef
Represents Customer (or Job)Reference
Public propertyCustomField
Product: QBW Description: Custom field (or data extension). Filterable: QBW
(Inherited from IntuitEntity.)
Public propertyDepartmentRef
Represents Department Reference.
Public propertyDescription
Description of work completed during time activity.
Public propertydomain
Product: ALL Description: Domain in which the entity belongs.
(Inherited from IntuitEntity.)
Public propertyEndTime
Time work ended. [b]QuickBooks Notes[/b][br /] [i]Unsupported field.[/i]
Public propertyEndTimeSpecified
Public propertyHeaderFull
Property used for Select clauses. This property is not used for entity operation and Where and orderBy clauses.
(Inherited from IntuitEntity.)
Public propertyHeaderLite
Property used for Select clauses. This property is not used for entity operation and Where and orderBy clauses.
(Inherited from IntuitEntity.)
Public propertyHourlyRate
Hourly bill rate of the employee or vendor for this time activity. [b]QuickBooks Notes[/b][br /] [i]Unsupported field.[/i]
Public propertyHourlyRateSpecified
Public propertyHours
Hours worked.
Public propertyHoursSpecified
Public propertyId
Product: ALL Description: Unique Identifier for an Intuit entity (object). [br /]Required for the update operation. Required: ALL Filterable: ALL
(Inherited from IntuitEntity.)
Public propertyItemElementName
Public propertyItemRef
[br /] Required for the create operation.
Public propertyMetaData
Product: ALL Description: Descriptive information about the entity. The MetaData values are set by Data Services and are read only for all applications.
(Inherited from IntuitEntity.)
Public propertyMinutes
Minutes worked; valid values are 0 - 59.
Public propertyMinutesSpecified
Public propertyNameAndId
Property used for Select clauses. This property is not used for entity operation and Where and orderBy clauses.
(Inherited from IntuitEntity.)
Public propertyNameOf
Public propertyNameOfSpecified
Public propertyOverview
Property used for Select clauses. This property is not used for entity operation and Where and orderBy clauses.
(Inherited from IntuitEntity.)
Public propertyPayrollItemRef
The payroll item determines how much the employee should be paid for doing the work specified by the Item Service Id. In order for the Time Activity data to be transferred to the employee payroll data, the Employee must have the property UseTimeEntry set.
Public propertysparse
Product: ALL Description: True if the entity representation has a partial set of elements. Output only field.
(Inherited from IntuitEntity.)
Public propertysparseSpecified (Inherited from IntuitEntity.)
Public propertyStartTime
Time work started. [b]QuickBooks Notes[/b][br /] [i]Unsupported field.[/i]
Public propertyStartTimeSpecified
Public propertystatus
Product: ALL Description: System status of the entity. Output only field.[br /] Filterable: ALL
(Inherited from IntuitEntity.)
Public propertystatusSpecified (Inherited from IntuitEntity.)
Public propertySyncToken
Product: ALL Description: Version number of the entity. The SyncToken is used to lock the entity for use by one application at a time. As soon as an application modifies an entity, its SyncToken is incremented; another application's request to modify the entity with the same SyncToken will fail. Only the latest version of the entity is maintained by Data Services. An attempt to modify an entity specifying an older SyncToken will fail. [br /]Required for the update operation. Required: ALL
(Inherited from IntuitEntity.)
Public propertyTaxable
True if the time recorded is both billable and taxable.
Public propertyTaxableSpecified
Public propertyTimeActivityEx
Internal use only: extension place holder for TimeActivity.
Public propertyTimeZone
The timezone from where the time activity is entered, unused in QBO and QBW
Public propertyTxnDate
The date of the time activity.
Public propertyTxnDateSpecified
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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.)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyRecursive
recursively copies object properties to destination.
(Defined by Utility.)
Top
Remarks
See Also