Class ModuleFilterCollection
A collection of ModuleFilters.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<ModuleFilter>
System.Collections.ObjectModel.ObservableCollection<ModuleFilter>
ModuleFilterCollection
Implements
System.Collections.Generic.IList<ModuleFilter>
System.Collections.Generic.ICollection<ModuleFilter>
System.Collections.Generic.IReadOnlyList<ModuleFilter>
System.Collections.Generic.IReadOnlyCollection<ModuleFilter>
System.Collections.Generic.IEnumerable<ModuleFilter>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged
System.ComponentModel.INotifyPropertyChanged
System.Collections.ObjectModel.ObservableCollection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.BlockReentrancy()
System.Collections.ObjectModel.ObservableCollection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.CheckReentrancy()
System.Collections.ObjectModel.ObservableCollection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.ClearItems()
System.Collections.ObjectModel.ObservableCollection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.InsertItem(System.Int32, Sartorius.SAF.Presentation.Controls.ModuleFilter)
System.Collections.ObjectModel.ObservableCollection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.Move(System.Int32, System.Int32)
System.Collections.ObjectModel.ObservableCollection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.MoveItem(System.Int32, System.Int32)
System.Collections.ObjectModel.ObservableCollection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)
System.Collections.ObjectModel.ObservableCollection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)
System.Collections.ObjectModel.ObservableCollection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.RemoveItem(System.Int32)
System.Collections.ObjectModel.ObservableCollection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.SetItem(System.Int32, Sartorius.SAF.Presentation.Controls.ModuleFilter)
System.Collections.ObjectModel.ObservableCollection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.CollectionChanged
System.Collections.ObjectModel.ObservableCollection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.PropertyChanged
System.Collections.ObjectModel.ObservableCollection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.System.ComponentModel.INotifyPropertyChanged.PropertyChanged
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.Add(Sartorius.SAF.Presentation.Controls.ModuleFilter)
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.Clear()
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.Contains(Sartorius.SAF.Presentation.Controls.ModuleFilter)
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.CopyTo(Sartorius.SAF.Presentation.Controls.ModuleFilter[], System.Int32)
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.GetEnumerator()
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.IndexOf(Sartorius.SAF.Presentation.Controls.ModuleFilter)
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.Insert(System.Int32, Sartorius.SAF.Presentation.Controls.ModuleFilter)
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.Remove(Sartorius.SAF.Presentation.Controls.ModuleFilter)
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.Count
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.Items
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.System.Collections.Generic.ICollection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.IsReadOnly
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Sartorius.SAF.Presentation.Controls.ModuleFilter>.System.Collections.IList.Item[System.Int32]
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class ModuleFilterCollection : ObservableCollection<ModuleFilter>, IList<ModuleFilter>, ICollection<ModuleFilter>, IReadOnlyList<ModuleFilter>, IReadOnlyCollection<ModuleFilter>, IEnumerable<ModuleFilter>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged
System.ComponentModel.INotifyPropertyChanged
Extension Methods
NotifyPropertyChangedExtensions.RaisePropertyChanged<T>(INotifyPropertyChanged, Expression<Func<T>>)