Class ChannelCollection
An observable collection that represents all channels we joined
Inheritance
System.Object
System.Collections.ObjectModel.Collection<Channel>
System.Collections.ObjectModel.ObservableCollection<Channel>
ChannelCollection
Implements
System.Collections.Generic.IList<Channel>
System.Collections.Generic.ICollection<Channel>
System.Collections.Generic.IReadOnlyList<Channel>
System.Collections.Generic.IReadOnlyCollection<Channel>
System.Collections.Generic.IEnumerable<Channel>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Channel>.BlockReentrancy()
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Channel>.CheckReentrancy()
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Channel>.ClearItems()
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Channel>.InsertItem(System.Int32, GravyIrc.Channel)
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Channel>.Move(System.Int32, System.Int32)
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Channel>.MoveItem(System.Int32, System.Int32)
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Channel>.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Channel>.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Channel>.RemoveItem(System.Int32)
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Channel>.SetItem(System.Int32, GravyIrc.Channel)
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Channel>.CollectionChanged
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Channel>.PropertyChanged
System.Collections.ObjectModel.ObservableCollection<GravyIrc.Channel>.System.ComponentModel.INotifyPropertyChanged.PropertyChanged
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.Add(GravyIrc.Channel)
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.Clear()
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.Contains(GravyIrc.Channel)
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.CopyTo(GravyIrc.Channel[], System.Int32)
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.GetEnumerator()
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.IndexOf(GravyIrc.Channel)
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.Insert(System.Int32, GravyIrc.Channel)
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.Remove(GravyIrc.Channel)
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.Count
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.Item[System.Int32]
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.Items
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.System.Collections.Generic.ICollection<GravyIrc.Channel>.IsReadOnly
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<GravyIrc.Channel>.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 ChannelCollection : ObservableCollection<Channel>, IList<Channel>, ICollection<Channel>, IReadOnlyList<Channel>, IReadOnlyCollection<Channel>, IEnumerable<Channel>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Methods
| Improve this Doc View SourceGetChannel(String)
Get a channel
Declaration
public Channel GetChannel(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of channel |
Returns
Type | Description |
---|---|
Channel | Channel, if joined |
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