Constructors - HxGN EAM - Version 11.07.01 - Customization & Programming - Hexagon

HxGN EAM Web Services Toolkit Programmer Help

Language
English
Product
HxGN EAM
Search by Category
Customization & Programming
HxGN EAM Version
11.7.1
  • New(session, gridName, functionName) - Sets the properties required to make a grid request.

  • New(session, gridName, functionName, parameters) - Add the ability to set the parameters to be used by the grid request.

  • New(session, gridName, functionName, rowsPerPage) - Adds the ability to set the RowsPerPage property to something other than the default.

  • New(session, gridName, functionName, rowsPerPage, parameters) - Adds the ability to set the RowsPerPage property to something other than the default and to set the parameters to be used by the grid request.

  • New(session, gridName, functionName, rowsPerPage, localizeResults) - Adds the ability to set the RowsPerPage and LocalizeResults properties to something other than the default.

  • New(session, gridName, functionName, gridType, rowsPerPage, localizeResults, parameters) - Adds the ability to set the RowsPerPage and LocalizeResults properties to something other than the default and to set the parameters to be used by the grid request.