C# Class Talifun.Commander.UI.BindingGroup

Inheritance: IEnumerable, IBindingGroup, INotifyCollectionChanged, IDisposable
Afficher le fichier Open project: taliesins/talifun-commander

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator

Method Details

BindingGroup() public méthode

public BindingGroup ( IEnumerable items, string parameter ) : System
items IEnumerable
parameter string
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetElementType() public static méthode

public static GetElementType ( IEnumerable enumerable ) : Type
enumerable IEnumerable
Résultat System.Type

OnBindingGroupCollectionChanged() public méthode

public OnBindingGroupCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
sender object
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string