Class TestRegionCollection
Inheritance
System.Object
System.Collections.ObjectModel.Collection<TestRegion>
TestRegionCollection
Inherited Members
System.Collections.ObjectModel.KeyedCollection<System.String, ArtOfTest.WebAii.ObjectModel.TestRegion>.Contains(System.String)
System.Collections.ObjectModel.KeyedCollection<System.String, ArtOfTest.WebAii.ObjectModel.TestRegion>.Remove(System.String)
System.Collections.ObjectModel.KeyedCollection<System.String, ArtOfTest.WebAii.ObjectModel.TestRegion>.ChangeItemKey(ArtOfTest.WebAii.ObjectModel.TestRegion, System.String)
System.Collections.ObjectModel.KeyedCollection<System.String, ArtOfTest.WebAii.ObjectModel.TestRegion>.ClearItems()
System.Collections.ObjectModel.KeyedCollection<System.String, ArtOfTest.WebAii.ObjectModel.TestRegion>.GetKeyForItem(ArtOfTest.WebAii.ObjectModel.TestRegion)
System.Collections.ObjectModel.KeyedCollection<System.String, ArtOfTest.WebAii.ObjectModel.TestRegion>.InsertItem(System.Int32, ArtOfTest.WebAii.ObjectModel.TestRegion)
System.Collections.ObjectModel.KeyedCollection<System.String, ArtOfTest.WebAii.ObjectModel.TestRegion>.RemoveItem(System.Int32)
System.Collections.ObjectModel.KeyedCollection<System.String, ArtOfTest.WebAii.ObjectModel.TestRegion>.SetItem(System.Int32, ArtOfTest.WebAii.ObjectModel.TestRegion)
System.Collections.ObjectModel.KeyedCollection<System.String, ArtOfTest.WebAii.ObjectModel.TestRegion>.Comparer
System.Collections.ObjectModel.KeyedCollection<System.String, ArtOfTest.WebAii.ObjectModel.TestRegion>.Item[System.String]
System.Collections.ObjectModel.KeyedCollection<System.String, ArtOfTest.WebAii.ObjectModel.TestRegion>.Dictionary
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.Add(ArtOfTest.WebAii.ObjectModel.TestRegion)
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.Clear()
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.CopyTo(ArtOfTest.WebAii.ObjectModel.TestRegion[], System.Int32)
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.Contains(ArtOfTest.WebAii.ObjectModel.TestRegion)
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.GetEnumerator()
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.IndexOf(ArtOfTest.WebAii.ObjectModel.TestRegion)
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.Insert(System.Int32, ArtOfTest.WebAii.ObjectModel.TestRegion)
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.Remove(ArtOfTest.WebAii.ObjectModel.TestRegion)
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.ClearItems()
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.InsertItem(System.Int32, ArtOfTest.WebAii.ObjectModel.TestRegion)
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.SetItem(System.Int32, ArtOfTest.WebAii.ObjectModel.TestRegion)
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.Count
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.Items
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.Item[System.Int32]
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.System.Collections.Generic.ICollection<ArtOfTest.WebAii.ObjectModel.TestRegion>.IsReadOnly
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<ArtOfTest.WebAii.ObjectModel.TestRegion>.System.Collections.IList.IsFixedSize
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.ObjectModel
Assembly: ArtOfTest.WebAii.dll
Syntax
public class TestRegionCollection : KeyedCollection<string, TestRegion>, IList<TestRegion>, ICollection<TestRegion>, IList, ICollection, IReadOnlyList<TestRegion>, IReadOnlyCollection<TestRegion>, IEnumerable<TestRegion>, IEnumerable
Properties
Item[String]
Declaration
public TestRegion this[string id] { get; }
Parameters
System.String
id
|
Property Value
TestRegion
|
ReturnNullIfNotFound
Declaration
public bool ReturnNullIfNotFound { get; set; }
Property Value
System.Boolean
|
Methods
Contains(String)
Declaration
public bool Contains(string key)
Parameters
System.String
key
|
Returns
System.Boolean
|
GetKeyForItem(TestRegion)
Declaration
protected override string GetKeyForItem(TestRegion item)
Parameters
TestRegion
item
|
Returns
System.String
|
Overrides
System.Collections.ObjectModel.KeyedCollection<System.String, ArtOfTest.WebAii.ObjectModel.TestRegion>.GetKeyForItem(ArtOfTest.WebAii.ObjectModel.TestRegion)
Remove(String)
Declaration
public void Remove(string key)
Parameters
System.String
key
|