C# 클래스 MonoMobile.Views.DataContextBinder

상속: NSObject, IHandleNotifyPropertyChanged, IHandleNotifyCollectionChanged
파일 보기 프로젝트 열기: RobertKozak/MonoMobile.Views 1 사용 예제들

공개 메소드들

메소드 설명
DataContextBinder ( DialogViewController controller, MonoMobile.Views.Section section ) : System
HandleNotifyCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
HandleNotifyPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
AddPropertyChangedHandler ( object item ) : void
AddRow ( MonoMobile.Views.Section section, int row, object item, UITableViewRowAnimation animation = UITableViewRowAnimation.Fade ) : void
InsertRow ( MonoMobile.Views.Section section, int row, object item, UITableViewRowAnimation animation = UITableViewRowAnimation.Fade ) : void
RemovePropertyChangedHandler ( object item ) : void
RemoveRow ( MonoMobile.Views.Section section, object item, UITableViewRowAnimation animation = UITableViewRowAnimation.Fade ) : void
ReplaceRow ( MonoMobile.Views.Section section, object oldItem, object newItem, UITableViewRowAnimation animation = UITableViewRowAnimation.Fade ) : void

메소드 상세

DataContextBinder() 공개 메소드

public DataContextBinder ( DialogViewController controller, MonoMobile.Views.Section section ) : System
controller DialogViewController
section MonoMobile.Views.Section
리턴 System

HandleNotifyCollectionChanged() 공개 메소드

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

HandleNotifyPropertyChanged() 공개 메소드

public HandleNotifyPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object
e System.ComponentModel.PropertyChangedEventArgs
리턴 void