Click or drag to resize

TookanJobData Class

The Tookan job object.
Inheritance Hierarchy
SystemObject
  NetQuarry.ServicesTookanJobData

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

The TookanJobData type exposes the following members.

Constructors
  NameDescription
Public methodTookanJobData
Initializes a new instance of the TookanJobData class
Top
Properties
  NameDescription
Public propertyauto_assignment
Specified whether or not the job is subject to auto-assignment.
Public propertycompleted_datetime
The completed date/time.
Public propertycustomer_username
The customer username.
Public propertydomain_name
The domain name.
Public propertyfleet_id
The fleet ID, if any.
Public propertyfleet_name
The fleet name.
Public propertyfleet_status_color
The fleet status color.
Public propertyfleet_thumb_image
The thumbnail image for the fleet.
Public propertyform_id
The form ID.
Public propertyis_available
Specifies whether or not the job is available.
Public propertyis_routed
Identifies whether or not the job has been routed.
Public propertyjob_address
The job address.
Public propertyjob_delivery_datetime
The job delivery date/time.
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 pick-up address.
Public propertyjob_pickup_datetime
The job pick-up date/time.
Public propertyjob_pickup_latitude
The job pick-up latitude.
Public propertyjob_pickup_longitude
The job pick-up longitude.
Public propertyjob_pickup_name
The job pickup name.
Public propertyjob_status
The job status.
Public propertyjob_time
The job time.
Public propertyjob_type
The job type.
Public propertypartner_order_id
The partner order ID.
Public propertypickup_delivery_relationship
The pickup/delivery relationship.
Public propertyrecurring_id
The recurring ID.
Public propertystarted_datetime
The started date/time.
Public propertystatus
The status.
Public propertytags
Tags.
Public propertyteam_id
The associated Team ID.
Public propertytimezone
The job timezone.
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