Constructors - HxGN EAM - 12.0 - Customization & Programming - Hexagon

HxGN EAM Web Services Toolkit Programmer Help

Language
English
Product
HxGN EAM
Search by Category
Customization & Programming
HxGN EAM Version
12

Since this class is abstract (MustInherit), the constructors may only be called by inherited classes.

  • New(session, gridName, functionName, gridType) - Sets the properties required to make a grid request.

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

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

  • New(session, gridName, functionName, gridType, 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, gridType, 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.