Click or drag to resize

TookanViewAllTasksRequest Class

Request to view all tasks
Inheritance Hierarchy
SystemObject
  NetQuarry.ServicesTookanBaseRequest
    NetQuarry.ServicesTookanViewAllTasksRequest

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

The TookanViewAllTasksRequest type exposes the following members.

Constructors
  NameDescription
Public methodTookanViewAllTasksRequest
Initializes a new instance of the TookanViewAllTasksRequest class
Top
Properties
  NameDescription
Public propertyapi_key
API key
(Inherited from TookanBaseRequest.)
Public propertyend_date
End Date for the date range
Public propertyfleet_id
Filter the list based on the agent id.
Public propertyis_pagination
You can set this as 1 to enable pagination.
Public propertyjob_id
Filter the list based on the job ids.
Public propertyjob_status
Filter the list of tasks via their status
Public propertyjob_type
Filter via Job Type - 0 for Pick Up, 1 for Delivery, 2 for Appointment and 3 for FOS
Public propertyorder_id
Filter the list based on the order ids.
Public propertyrequested_page
Current(Which) page according to the page number of tasks in the filter.
Public propertystart_date
Start Date for the date range
Public propertyteam_id
Filter the list based on the team id.
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