Version

xamDataPresenter - Enumeration Reference

xamDataPresenter Test Object Enumerations Reference

Introduction

This topic provides reference information about the common enumerations used for testing the xamDataPresenter™ controls.

Enumerations reference chart

The following table lists the common enumerations used in the testing methods of the xamDataPresenter controls and maps these enumerations to their respective index values. You can use either the string representation or the index of the enumerations items.

Enumeration Items

Item types

  • gridField = 1

  • gridRecord = 2

  • gridCell = 3

Comparison operators ( IGComparisonOperator)

  • igEquals = 0

  • igNotEquals = 1

  • igLessThan = 2

  • igLessThanOrEqualTo = 3

  • igGreaterThan = 4

  • igGreaterThanOrEqualTo = 5

  • igContains = 6

  • igDoesNotContain = 7

  • igLike = 8

  • igNotLike = 9

  • igMatch = 10

  • igDoesNotMatch = 11

  • igStartsWith = 12

  • igDoesNotStartWith = 13

  • igEndsWith = 14

  • igDoesNotEndWith = 15

  • igTop = 16

  • igBottom = 17

  • igTopPercentile = 18

  • igBottomPercentile = 19

  • igIn = 20 (New)

  • igNotIn = 21 (New)

Sort direction

  • igNotSorted = 0

  • igAscending = 1

  • igDescending = 2