C# 클래스 Talifun.Commander.UI.BindingGroup

상속: IEnumerable, IBindingGroup, INotifyCollectionChanged, IDisposable
파일 보기 프로젝트 열기: taliesins/talifun-commander

공개 메소드들

메소드 설명
BindingGroup ( IEnumerable items, string parameter ) : System
Dispose ( ) : void
GetElementType ( IEnumerable enumerable ) : Type
OnBindingGroupCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator

메소드 상세

BindingGroup() 공개 메소드

public BindingGroup ( IEnumerable items, string parameter ) : System
items IEnumerable
parameter string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetElementType() 공개 정적인 메소드

public static GetElementType ( IEnumerable enumerable ) : Type
enumerable IEnumerable
리턴 System.Type

OnBindingGroupCollectionChanged() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string