New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.ObjectModel

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public class TestRegionCollection : KeyedCollection<string, TestRegion>, IList<TestRegion>, ICollection<TestRegion>, IList, ICollection, IReadOnlyList<TestRegion>, IReadOnlyCollection<TestRegion>, IEnumerable<TestRegion>, IEnumerable

Inheritance: objectCollection<TestRegion>KeyedCollection<string, TestRegion>TestRegionCollection

Implements: ICollectionICollection<TestRegion>IEnumerableIEnumerable<TestRegion>IListIList<TestRegion>IReadOnlyCollection<TestRegion>IReadOnlyList<TestRegion>...

Inherited Members KeyedCollection<string, TestRegion>.Contains(string)KeyedCollection<string, TestRegion>.Remove(string)KeyedCollection<string, TestRegion>.ChangeItemKey(TestRegion, string)KeyedCollection<string, TestRegion>.ClearItems()KeyedCollection<string, TestRegion>.GetKeyForItem(TestRegion)KeyedCollection<string, TestRegion>.InsertItem(int, TestRegion)KeyedCollection<string, TestRegion>.RemoveItem(int)KeyedCollection<string, TestRegion>.SetItem(int, TestRegion)KeyedCollection<string, TestRegion>.ComparerKeyedCollection<string, TestRegion>.this[string]KeyedCollection<string, TestRegion>.DictionaryCollection<TestRegion>.Add(TestRegion)Collection<TestRegion>.Clear()Collection<TestRegion>.CopyTo(TestRegion[], int)Collection<TestRegion>.Contains(TestRegion)Collection<TestRegion>.GetEnumerator()Collection<TestRegion>.IndexOf(TestRegion)Collection<TestRegion>.Insert(int, TestRegion)Collection<TestRegion>.Remove(TestRegion)Collection<TestRegion>.RemoveAt(int)Collection<TestRegion>.ClearItems()Collection<TestRegion>.InsertItem(int, TestRegion)Collection<TestRegion>.RemoveItem(int)Collection<TestRegion>.SetItem(int, TestRegion)Collection<TestRegion>.CountCollection<TestRegion>.ItemsCollection<TestRegion>.this[int]...

Properties

C#
public bool ReturnNullIfNotFound { get; set; }
C#
public TestRegion this[string id] { get; }
Parameters:idstring

Methods

C#
public bool Contains(string key)
Parameters:keystringReturns:

bool

C#
protected override string GetKeyForItem(TestRegion item)
Parameters:itemTestRegionReturns:

string

Overrides: KeyedCollection<string, TestRegion>.GetKeyForItem(TestRegion)

C#
public void Remove(string key)
Parameters:keystring