C# Class Talifun.Commander.UI.BindingGroup

Inheritance: IEnumerable, IBindingGroup, INotifyCollectionChanged, IDisposable
Mostra file Open project: taliesins/talifun-commander

Public Methods

Method Description
BindingGroup ( IEnumerable items, string parameter ) : System
Dispose ( ) : void
GetElementType ( IEnumerable enumerable ) : Type
OnBindingGroupCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
ToString ( ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Method Details

BindingGroup() public method

public BindingGroup ( IEnumerable items, string parameter ) : System
items IEnumerable
parameter string
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetElementType() public static method

public static GetElementType ( IEnumerable enumerable ) : Type
enumerable IEnumerable
return System.Type

OnBindingGroupCollectionChanged() public method

public OnBindingGroupCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
sender object
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
return void

ToString() public method

public ToString ( ) : string
return string