Class QueryCollection
An observable collection that represents all queries the client has
Inheritance
System.Object
System.Collections.ObjectModel.Collection<Query>
System.Collections.ObjectModel.ObservableCollection<Query>
QueryCollection
Implements
System.Collections.Generic.IList<Query>
System.Collections.Generic.ICollection<Query>
System.Collections.Generic.IReadOnlyList<Query>
System.Collections.Generic.IReadOnlyCollection<Query>
System.Collections.Generic.IEnumerable<Query>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Query>.BlockReentrancy()
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Query>.CheckReentrancy()
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Query>.ClearItems()
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Query>.InsertItem(System.Int32, GravyIrc.Query)
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Query>.Move(System.Int32, System.Int32)
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Query>.MoveItem(System.Int32, System.Int32)
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Query>.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Query>.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Query>.RemoveItem(System.Int32)
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Query>.SetItem(System.Int32, GravyIrc.Query)
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Query>.CollectionChanged
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Query>.PropertyChanged
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Query>.System.ComponentModel.INotifyPropertyChanged.PropertyChanged
System.Collections.ObjectModel.Collection<GravyIrc.Query>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<GravyIrc.Query>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<GravyIrc.Query>.Add(GravyIrc.Query)
System.Collections.ObjectModel.Collection<GravyIrc.Query>.Clear()
System.Collections.ObjectModel.Collection<GravyIrc.Query>.Contains(GravyIrc.Query)
System.Collections.ObjectModel.Collection<GravyIrc.Query>.CopyTo(GravyIrc.Query[], System.Int32)
System.Collections.ObjectModel.Collection<GravyIrc.Query>.GetEnumerator()
System.Collections.ObjectModel.Collection<GravyIrc.Query>.IndexOf(GravyIrc.Query)
System.Collections.ObjectModel.Collection<GravyIrc.Query>.Insert(System.Int32, GravyIrc.Query)
System.Collections.ObjectModel.Collection<GravyIrc.Query>.Remove(GravyIrc.Query)
System.Collections.ObjectModel.Collection<GravyIrc.Query>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<GravyIrc.Query>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<GravyIrc.Query>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<GravyIrc.Query>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<GravyIrc.Query>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<GravyIrc.Query>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<GravyIrc.Query>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<GravyIrc.Query>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<GravyIrc.Query>.Count
System.Collections.ObjectModel.Collection<GravyIrc.Query>.Item[System.Int32]
System.Collections.ObjectModel.Collection<GravyIrc.Query>.Items
System.Collections.ObjectModel.Collection<GravyIrc.Query>.System.Collections.Generic.ICollection<GravyIrc.Query>.IsReadOnly
System.Collections.ObjectModel.Collection<GravyIrc.Query>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<GravyIrc.Query>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<GravyIrc.Query>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.Collection<GravyIrc.Query>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<GravyIrc.Query>.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: GravyIrc
Assembly: GravyIrc.dll
Syntax
public class QueryCollection : ObservableCollection<Query>, IList<Query>, ICollection<Query>, IReadOnlyList<Query>, IReadOnlyCollection<Query>, IEnumerable<Query>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Methods
| Improve this Doc View SourceGetQuery(User)
Declaration
public Query GetQuery(User user)
Parameters
Type | Name | Description |
---|---|---|
User | user |
Returns
Type | Description |
---|---|
Query |
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