C# Class System.Windows.Forms.BindingsCollection

Inheritance: BaseCollection
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Méthodes publiques

Méthode Description
this ( int index ) : System.Windows.Forms.Binding

Méthodes protégées

Méthode Description
Add ( System.Windows.Forms.Binding binding ) : void
AddCore ( System.Windows.Forms.Binding dataBinding ) : void
Clear ( ) : void
ClearCore ( ) : void
OnCollectionChanged ( System ccevent ) : void
OnCollectionChanging ( CollectionChangeEventArgs e ) : void
Remove ( System.Windows.Forms.Binding binding ) : void
RemoveAt ( int index ) : void
RemoveCore ( System.Windows.Forms.Binding dataBinding ) : void
ShouldSerializeMyAll ( ) : bool

Private Methods

Méthode Description
BindingsCollection ( ) : System.Collections
Contains ( System.Windows.Forms.Binding binding ) : bool

Method Details

Add() protected méthode

protected Add ( System.Windows.Forms.Binding binding ) : void
binding System.Windows.Forms.Binding
Résultat void

AddCore() protected méthode

protected AddCore ( System.Windows.Forms.Binding dataBinding ) : void
dataBinding System.Windows.Forms.Binding
Résultat void

Clear() protected méthode

protected Clear ( ) : void
Résultat void

ClearCore() protected méthode

protected ClearCore ( ) : void
Résultat void

OnCollectionChanged() protected méthode

protected OnCollectionChanged ( System ccevent ) : void
ccevent System
Résultat void

OnCollectionChanging() protected méthode

protected OnCollectionChanging ( CollectionChangeEventArgs e ) : void
e System.ComponentModel.CollectionChangeEventArgs
Résultat void

Remove() protected méthode

protected Remove ( System.Windows.Forms.Binding binding ) : void
binding System.Windows.Forms.Binding
Résultat void

RemoveAt() protected méthode

protected RemoveAt ( int index ) : void
index int
Résultat void

RemoveCore() protected méthode

protected RemoveCore ( System.Windows.Forms.Binding dataBinding ) : void
dataBinding System.Windows.Forms.Binding
Résultat void

ShouldSerializeMyAll() protected méthode

protected ShouldSerializeMyAll ( ) : bool
Résultat bool

this() public méthode

public this ( int index ) : System.Windows.Forms.Binding
index int
Résultat System.Windows.Forms.Binding