OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / DataAccess Class
Properties Methods


In This Topic
    DataAccess Class Members
    In This Topic

    The following tables list the members exposed by DataAccess.

    Public Properties
     NameDescription
    Public PropertyIndicates the current data access context (e.g. REST, SOAP, SDK, etc.).  
    Public PropertyRepresents the collection of available Contact records for the associated OnTime account.  
    Public PropertyRepresents the collection of available Customer records for the associated OnTime account.  
    Public PropertyRepresents the collection of available Department records for the associated OnTime account.  
    Public PropertyRepresents the collection of available Invoice records for the associated OnTime account.  
    Public PropertyRepresents the collection of available Location records for the associated OnTime account.  
    Public PropertyRepresents the collection of available Order records for the associated OnTime account.  
    Public PropertyRepresents the collection of available Payment records for the associated OnTime account.  
    Public PropertyRepresents the collection of available pre-defined Status records for the associated OnTime account.  
    Public PropertyRepresents the collection of available User records for the associated OnTime account.  
    Public PropertyRepresents the collection of available UserSession records for the associated OnTime account.  
    Public PropertyRepresents the collection of available Vehicle records for the associated OnTime account.  
    Public PropertyRepresents the collection of available Zone records for the associated OnTime account.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a new Contact record, or updates an existing Contact record.  
    Public MethodCreates a new Customer record, or updates an existing Customer record.  
    Public MethodCreates a new Department record, or updates an existing Department record.  
    Public MethodCreates a new Invoice record, or updates an existing Invoice record.  
    Public MethodCreates a new Item record, or updates an existing Item record.  
    Public MethodCreates a new Location record, or updates an existing Location record.  
    Public MethodCreates a new Order record, or updates an existing Order record.  
    Public MethodCreates a new Payment record, or updates an existing Payment record.  
    Public MethodCreates a new UserDefinedField record, or updates an existing UserDefinedField record.  
    Public MethodCreates a new UserMiscCompensation record, or updates an existing UserMiscCompensation record.  
    Public MethodCreates a new UserSession record, or updates an existing UserSession record.  
    Public MethodCreates a new Vehicle record, or updates an existing Vehicle record.  
    Public MethodCreates a new Zone record, or updates an existing Zone record.  
    Public MethodRetrieves a single Contact object assigned to a given identifier.  
    Public MethodRetrieves the most recent UserPosition object assigned to a given User.  
    Public MethodRetrieves a single Customer object assigned to a given identifier.  
    Public MethodRetrieves a single Department object assigned to a given identifier.  
    Public MethodRetrieves a single Invoice object assigned to a given identifier.  
    Public MethodRetrieves a single Item object assigned to a given identifier.  
    Public MethodRetrieves a single Location object assigned to a given identifier.  
    Public MethodRetrieves a single Order object assigned to a given identifier.  
    Public MethodRetrieves the collection and delivery signatures attached to an existing Order.  
    Public MethodRetrieves the entire Status history for a given Order.  
    Public MethodCalculates and returns the total cost of a standalone Order object.  
    Public MethodRetrieves a single Payment object assigned to a given identifier.  
    Public MethodOverloaded. Retrieves a single PriceModifier object assigned to a given identifier.  
    Public MethodOverloaded. Retrieves a single PriceSet object assigned to a given identifier.  
    Public MethodRetrieves a single Status object assigned to a given identifier.  
    Public MethodRetrieves a single User object assigned to a given identifier.  
    Public MethodRetrieves the current availability of a given User.  
    Public MethodRetrieves a single UserDefinedField object assigned to a given identifier.  
    Public MethodRetrieves a single UserMiscCompensation object assigned to a given identifier.  
    Public MethodRetrieves the UserPosition history for a given User within the specified date range.  
    Public MethodRetrieves a single UserSession object assigned to a given identifier.  
    Public MethodRetrieves a single Vehicle object assigned to a given identifier.  
    Public MethodRetrieves a single Zone object assigned to a given identifier.  
    Public MethodUpdates the export or transfer status of an existing Invoice record relative to this extension.  
    Public MethodUpdates the export or transfer status of an existing Payment record relative to this extension.  
    Public MethodCreates a new Contact record, or updates an existing Contact record.  
    Public MethodCreates a new Customer record, or updates an existing Customer record.  
    Public MethodCreates a new Department record, or updates an existing Department record.  
    Public MethodCreates a new Invoice record, or updates an existing Invoice record.  
    Public MethodCreates a new Item record, or updates an existing Item record.  
    Public MethodCreates a new Location record, or updates an existing Location record.  
    Public MethodCreates a new Order record, or updates an existing Order record.  
    Public MethodOverloaded. Updates the current status of an existing Order.  
    Public MethodCreates a new Payment record, or updates an existing Payment record.  
    Public MethodCreates a new UserDefinedField record, or updates an existing UserDefinedField record.  
    Public MethodCreates a new UserMiscCompensation record, or updates an existing UserMiscCompensation record.  
    Public MethodCreates a new UserSession record, or updates an existing UserSession record.  
    Public MethodCreates a new Vehicle record, or updates an existing Vehicle record.  
    Public MethodCreates a new Zone record, or updates an existing Zone record.  
    Public MethodUpdates an existing Contact record.  
    Public MethodUpdates an existing Customer record.  
    Public MethodUpdates an existing Department record.  
    Public MethodUpdates an existing Invoice record.  
    Public MethodUpdates an existing Item record.  
    Public MethodUpdates an existing Location record.  
    Public MethodUpdates an existing Order record.  
    Public MethodUpdates the pricing of an existing Order.  
    Public MethodUpdates an existing Payment record.  
    Public MethodUpdates the availability of an existing User.  
    Public MethodUpdates an existing UserDefinedField record.  
    Public MethodUpdates an existing UserMiscCompensation record.  
    Public MethodUpdates the position of a User relative to a given date and time.  
    Public MethodUpdates an existing UserSession record.  
    Public MethodUpdates an existing Vehicle record.  
    Public MethodUpdates an existing Zone record.  
    Top
    See Also