StructureMatchResultCollection Class
Represents a collection of an IStructureMatchResult objects.
public class StructureMatchResultCollection : SimpleObservableCollection<IStructureMatchResult>, IStructureMatchResultCollection
- Inheritance:
- object Collection<IStructureMatchResult> SimpleObservableCollection<IStructureMatchResult> object
- Implements:
- IStructureMatchResultCollection
Constructors
StructureMatchResultCollection()
Initializes an instance of the class.
public StructureMatchResultCollection()
Properties
IsReadOnly
Gets whether the collection is allowed to be modified.
public override bool IsReadOnly { get; }
Property Value
- bool:
true
if the collection is allowed to be modified; otherwise,false
.
Inherited Members
- SimpleObservableCollection<IStructureMatchResult>.BlockReentrancy()
- SimpleObservableCollection<IStructureMatchResult>.CheckReadOnly()
- SimpleObservableCollection<IStructureMatchResult>.CheckReentrancy()
- SimpleObservableCollection<IStructureMatchResult>.ClearItems()
- SimpleObservableCollection<IStructureMatchResult>.InsertItem(int, IStructureMatchResult)
- SimpleObservableCollection<IStructureMatchResult>.OnItemAdded(int, IStructureMatchResult)
- SimpleObservableCollection<IStructureMatchResult>.OnItemAdding(int, IStructureMatchResult)
- SimpleObservableCollection<IStructureMatchResult>.OnItemRemoved(int, IStructureMatchResult)
- SimpleObservableCollection<IStructureMatchResult>.OnItemRemoving(int, IStructureMatchResult)
- SimpleObservableCollection<IStructureMatchResult>.RemoveItem(int)
- SimpleObservableCollection<IStructureMatchResult>.SetItem(int, IStructureMatchResult)
- SimpleObservableCollection<IStructureMatchResult>.ItemAdding
- SimpleObservableCollection<IStructureMatchResult>.ItemAdded
- SimpleObservableCollection<IStructureMatchResult>.ItemRemoving
- SimpleObservableCollection<IStructureMatchResult>.ItemRemoved
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()