TookanTaskDetail Class |
Namespace: NetQuarry.Services
The TookanTaskDetail type exposes the following members.
| Name | Description | |
|---|---|---|
| TookanTaskDetail | Initializes a new instance of the TookanTaskDetail class |
| Name | Description | |
|---|---|---|
| acknowledged_datetime |
The acknowledged date/time.
| |
| acknowledged_datetime_local |
The acknowledged date/time, in UTC.
| |
| acknowledged_datetime_utc |
The arrived date/time, in the local timezone.
| |
| arrived_datetime |
The arrived date/timee.
| |
| arrived_datetime_local |
The arrived date/time, in the local timezone.
| |
| arrived_datetime_utc |
The arrived date/time, in UTC.
| |
| avg_fleet_rating |
Average fleet rating
| |
| barcode |
The barcode.
| |
| call_fleet_as |
What the fleet should be called.
| |
| call_tasks_as |
What tasks should be called.
| |
| completed_by_admin |
Specifies whether or not the task was completed by an administrator.
| |
| completed_datetime |
The completed date/time.
| |
| completed_datetime_local |
The completed date/time, in the local timezone.
| |
| completed_datetime_utc |
The complete date/time, in UTC.
| |
| customer_comment |
The customer comment.
| |
| customer_email |
The customer email address.
| |
| customer_id |
The customer ID.
| |
| customer_phone |
The customer phone number.
| |
| customer_rating |
The customer rating.
| |
| customer_rating_by_driver |
The customer rating by driver.
| |
| customer_username |
The customer username.
| |
| date_format |
The date format.
| |
| distance_spent |
The distance spent.
| |
| domain |
The domain.
| |
| driver_comment |
The driver comment.
| |
| fields |
The fields.
| |
| fleet_history_image |
Link to history image
| |
| fleet_id |
The fleet ID.
| |
| fleet_image |
The fleet image.
| |
| fleet_latitude |
The fleet latitude.
| |
| fleet_license |
The fleet license.
| |
| fleet_longitude |
The fleet longitude.
| |
| fleet_name |
The fleet name.
| |
| fleet_phone |
The fleet phone number.
| |
| fleet_rated_task |
Is the task fleet-rated?
| |
| fleet_rating |
The fleet rating.
| |
| fleet_vehicle_color |
The fleet vehicle color.
| |
| fleet_vehicle_description |
The fleet vehicle description.
| |
| fleet_vehicle_type |
The fleet vehicle type.
| |
| form_id |
The form ID.
| |
| geofence |
The geofence.
| |
| has_delivery |
Specifies whether or not the task has delivery.
| |
| has_pickup |
Specifies whether or not the task has pickup.
| |
| is_active |
Specifies whether or not the task is active.
| |
| is_available |
Specifies whether or not the task is available.
| |
| is_customer_rated |
Specifies whether or not the task was rated by the customer.
| |
| is_merchant_job |
Specifies whether or not this is a merchant job.
| |
| job_address |
The job address.
| |
| job_delivery_datetime |
The job delivery date/time.
| |
| job_description |
The job description.
| |
| job_details_by_fleet |
Specifies whether or no the job details are by fleet.
| |
| job_hash |
The job hash.
| |
| job_id |
The job ID.
| |
| job_latitude |
The job latitude.
| |
| job_longitude |
The job longitude.
| |
| job_pickup_address |
The job pickup address.
| |
| job_pickup_datetime |
The job pickup date/time.
| |
| job_pickup_email |
The job pickup email address.
| |
| job_pickup_latitude |
The job pickup latitude.
| |
| job_pickup_longitude |
The job pickup longitude.
| |
| job_pickup_name |
The job pickup name.
| |
| job_pickup_phone |
The job pickup phone number.
| |
| job_status |
The job status.
| |
| job_time |
The job time.
| |
| job_type |
The job type.
| |
| job_vertical |
The job vertical.
| |
| merchant_id |
The merchant ID.
| |
| merchant_name |
The merchant name.
| |
| merchant_phone |
The merchant phone number.
| |
| open_tracking_link |
Specifies whether or not there is an open tracking link.
| |
| order_id |
The order ID.
| |
| partner_fleet_id |
The partner fleet ID.s
| |
| partner_fleet_name |
The partner fleet name.
| |
| partner_fleet_phone |
The partner fleet phone number.
| |
| partner_order_id |
The partner order ID.
| |
| pickup_delivery_relationship |
The pickup/delivery relationship.
| |
| promo_used |
The promotion used.
| |
| recurring_id |
The recurring ID.
| |
| region_id |
The region ID.
| |
| region_name |
The region name.
| |
| remarks |
Remarks.
| |
| ride_type |
The ride type.
| |
| started_datetime |
The started date/time.
| |
| started_datetime_local |
The started date/time, in the local timezone.
| |
| started_datetime_utc |
The started date/time, in UTC.
| |
| tags |
Tags.
| |
| task_history |
The task history items.
| |
| task_html_string |
The task HTML string.
| |
| team_id |
The team ID.
| |
| team_name |
The team name.
| |
| time_format |
The time format.
| |
| timestamp_diff |
The timestamp difference.
| |
| timezone |
The timezone.
| |
| total_distance_travelled |
The total distance travelled.
| |
| total_time_spent_at_task_till_completion |
The total time spent at task until completion.
| |
| tracking_link |
The tracking link.
| |
| user_id |
The user ID.
| |
| username |
The username.
|
| Name | Description | |
|---|---|---|
| Equals | (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. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| EqualValue |
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.) |