C# 클래스 WshLst.MonoTouch.MvxDeleteBindableTableViewSource

상속: Cirrious.MvvmCross.Binding.Touch.Views.MvxBindableTableViewSource
파일 보기 프로젝트 열기: Redth/WshLst 1 사용 예제들

공개 메소드들

메소드 설명
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle
MvxDeleteBindableTableViewSource ( UITableView tableView, UITableViewCellStyle cellStyle, NSString cellIdentifier, string bindingText, UITableViewCellAccessory accessory ) : System

메소드 상세

CanEditRow() 공개 메소드

public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
tableView UITableView
indexPath NSIndexPath
리턴 bool

CommitEditingStyle() 공개 메소드

public CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
tableView UITableView
editingStyle UITableViewCellEditingStyle
indexPath NSIndexPath
리턴 void

EditingStyleForRow() 공개 메소드

public EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle
tableView UITableView
indexPath NSIndexPath
리턴 UITableViewCellEditingStyle

MvxDeleteBindableTableViewSource() 공개 메소드

public MvxDeleteBindableTableViewSource ( UITableView tableView, UITableViewCellStyle cellStyle, NSString cellIdentifier, string bindingText, UITableViewCellAccessory accessory ) : System
tableView UITableView
cellStyle UITableViewCellStyle
cellIdentifier NSString
bindingText string
accessory UITableViewCellAccessory
리턴 System