EntreeServer.Module.EntreeApplication.QueryList

The majority of a mobile application’s functionality is built within the QueryList method.  When a request comes to the server for a mobile application within the Mobile Entrée framework it will be routed to QueryList or ActiveUpdate based on the type of request set inside the EntreeClickActionObject.

Parameters

  • EntreeScope
    This object holds information about the request that was made.
  • output
    This is the object that is used to build the interface that gets sent back to the user.