C# 클래스 System.Windows.Forms.BindingsCollection

상속: BaseCollection
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

공개 메소드들

메소드 설명
this ( int index ) : System.Windows.Forms.Binding

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
BindingsCollection ( ) : System.Collections
Contains ( System.Windows.Forms.Binding binding ) : bool

메소드 상세

Add() 보호된 메소드

protected Add ( System.Windows.Forms.Binding binding ) : void
binding System.Windows.Forms.Binding
리턴 void

AddCore() 보호된 메소드

protected AddCore ( System.Windows.Forms.Binding dataBinding ) : void
dataBinding System.Windows.Forms.Binding
리턴 void

Clear() 보호된 메소드

protected Clear ( ) : void
리턴 void

ClearCore() 보호된 메소드

protected ClearCore ( ) : void
리턴 void

OnCollectionChanged() 보호된 메소드

protected OnCollectionChanged ( System ccevent ) : void
ccevent System
리턴 void

OnCollectionChanging() 보호된 메소드

protected OnCollectionChanging ( CollectionChangeEventArgs e ) : void
e System.ComponentModel.CollectionChangeEventArgs
리턴 void

Remove() 보호된 메소드

protected Remove ( System.Windows.Forms.Binding binding ) : void
binding System.Windows.Forms.Binding
리턴 void

RemoveAt() 보호된 메소드

protected RemoveAt ( int index ) : void
index int
리턴 void

RemoveCore() 보호된 메소드

protected RemoveCore ( System.Windows.Forms.Binding dataBinding ) : void
dataBinding System.Windows.Forms.Binding
리턴 void

ShouldSerializeMyAll() 보호된 메소드

protected ShouldSerializeMyAll ( ) : bool
리턴 bool

this() 공개 메소드

public this ( int index ) : System.Windows.Forms.Binding
index int
리턴 System.Windows.Forms.Binding