Click or drag to resize

TookanTask Class

The Tookan task object.
Inheritance Hierarchy
SystemObject
  NetQuarry.ServicesTookanTask

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public class TookanTask

The TookanTask type exposes the following members.

Constructors
  NameDescription
Public methodTookanTask
Initializes a new instance of the TookanTask class
Top
Properties
  NameDescription
Public propertyacknowledged_datetime
The acknowledged date/time.
Public propertyarrived_datetime
The arrived date/time.
Public propertycompleted_by_admin
Specifies whether or not the task was completed by an administrator.
Public propertycompleted_datetime
The completed date/time.
Public propertycreation_datetime
The creation date/time.
Public propertycustomer_email
The customer email address.
Public propertycustomer_id
The customer ID.
Public propertycustomer_phone
The customer phone number.
Public propertycustomer_username
The customer username.
Public propertydays_started
The days started.
Public propertyfleet_id
The fleet ID.
Public propertyfleet_name
The fleet name.
Public propertyfleet_rating
The fleet rating.
Public propertyhas_pickup
Specifies whether or not the task has pickup.
Public propertyjob_address
The job address.
Public propertyjob_delivery_datetime
The job delivery date/timee.
Public propertyjob_description
The job description.
Public propertyjob_id
The job ID.
Public propertyjob_latitude
The job latitude.
Public propertyjob_longitude
The job longitude.
Public propertyjob_pickup_address
The job pickup address.
Public propertyjob_pickup_datetime
The job pickup date/time.
Public propertyjob_pickup_latitude
The job pickup latitude.
Public propertyjob_pickup_longitude
The job longitude.
Public propertyjob_pickup_name
The job pickup name.
Public propertyjob_pickup_phone
The job pickup phone number.
Public propertyjob_status
The job status.
Public propertyjob_type
The job type.
Public propertyorder_id
The order ID.
Public propertypickup_delivery_relationship
The pickup/delivery relationship.
Public propertystarted_datetime
The started date/time.
Public propertyteam_id
The team ID.
Public propertytimezone
The timezone.
Public propertytotal_distance_travelled
The total distance travelled.
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 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.
(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 MethodEqualValue
Determines if the object value is equal to another object. If the two objects are null, then this returns true. There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways). If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.)
Top
See Also