TookanJobData Class |
Namespace: NetQuarry.Services
The TookanJobData type exposes the following members.
Name | Description | |
---|---|---|
![]() | TookanJobData | Initializes a new instance of the TookanJobData class |
Name | Description | |
---|---|---|
![]() | auto_assignment |
Specified whether or not the job is subject to auto-assignment.
|
![]() | completed_datetime |
The completed date/time.
|
![]() | customer_username |
The customer username.
|
![]() | domain_name |
The domain name.
|
![]() | fleet_id |
The fleet ID, if any.
|
![]() | fleet_name |
The fleet name.
|
![]() | fleet_status_color |
The fleet status color.
|
![]() | fleet_thumb_image |
The thumbnail image for the fleet.
|
![]() | form_id |
The form ID.
|
![]() | is_available |
Specifies whether or not the job is available.
|
![]() | is_routed |
Identifies whether or not the job has been routed.
|
![]() | job_address |
The job address.
|
![]() | job_delivery_datetime |
The job delivery date/time.
|
![]() | job_description |
The job description.
|
![]() | job_id |
The job ID.
|
![]() | job_latitude |
The job latitude.
|
![]() | job_longitude |
The job longitude.
|
![]() | job_pickup_address |
The job pick-up address.
|
![]() | job_pickup_datetime |
The job pick-up date/time.
|
![]() | job_pickup_latitude |
The job pick-up latitude.
|
![]() | job_pickup_longitude |
The job pick-up longitude.
|
![]() | job_pickup_name |
The job pickup name.
|
![]() | job_status |
The job status.
|
![]() | job_time |
The job time.
|
![]() | job_type |
The job type.
|
![]() | partner_order_id |
The partner order ID.
|
![]() | pickup_delivery_relationship |
The pickup/delivery relationship.
|
![]() | recurring_id |
The recurring ID.
|
![]() | started_datetime |
The started date/time.
|
![]() | status |
The status.
|
![]() | tags |
Tags.
|
![]() | team_id |
The associated Team ID.
|
![]() | timezone |
The job timezone.
|
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.) |