TestRegionCollection Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
A keyed TestRegion collection.
Inheritance Hierarchy

SystemObject
  System.Collections.ObjectModelCollectionTestRegion
    System.Collections.ObjectModelKeyedCollectionString, TestRegion
      ArtOfTest.WebAii.ObjectModelTestRegionCollection

Namespace:  ArtOfTest.WebAii.ObjectModel
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public class TestRegionCollection : KeyedCollection<string, TestRegion>

The TestRegionCollection type exposes the following members.

Properties

  NameDescription
Public propertyComparer
Gets the generic equality comparer that is used to determine equality of keys in the collection.
(Inherited from KeyedCollectionString, TestRegion.)
Public propertyCount (Inherited from CollectionTestRegion.)
Protected propertyDictionary (Inherited from KeyedCollectionString, TestRegion.)
Public propertyItemInt32
Gets or sets the element at the specified index.
(Inherited from CollectionTestRegion.)
Public propertyItemString
Get a testregion by id. Case-insensitive.
Protected propertyItems (Inherited from CollectionTestRegion.)
Public propertyReturnNullIfNotFound
Gets/Sets whether to throw or return null if a region is not found.
Top
Methods

  NameDescription
Public methodAdd (Inherited from CollectionTestRegion.)
Protected methodChangeItemKey
Changes the key associated with the specified element in the lookup dictionary.
(Inherited from KeyedCollectionString, TestRegion.)
Public methodClear (Inherited from CollectionTestRegion.)
Protected methodClearItems (Inherited from KeyedCollectionString, TestRegion.)
Public methodContains(String)
Check if a TestRegion is in this collection.
Public methodContains(T) (Inherited from CollectionTestRegion.)
Public methodCopyTo (Inherited from CollectionTestRegion.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionTestRegion.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetKeyForItem
Get the key for an item.
(Overrides KeyedCollectionTKey, TItemGetKeyForItem(TItem).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionTestRegion.)
Public methodInsert (Inherited from CollectionTestRegion.)
Protected methodInsertItem (Inherited from KeyedCollectionString, TestRegion.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(String)
Remove an item from the collection.
Public methodRemove(T) (Inherited from CollectionTestRegion.)
Public methodRemoveAt (Inherited from CollectionTestRegion.)
Protected methodRemoveItem (Inherited from KeyedCollectionString, TestRegion.)
Protected methodSetItem
Replaces the item at the specified index with the specified item.
(Inherited from KeyedCollectionString, TestRegion.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference