C# 클래스 MonoMobile.Views.ListSource

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

공개 프로퍼티들

프로퍼티 타입 설명
BaseIndexPath NSIndexPath
CellId NSString

공개 메소드들

메소드 설명
Activated ( ) : void
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
Deactivated ( ) : void
EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
ListSource ( DialogViewController controller, IList list, IEnumerable viewTypes ) : System
NavigateToList ( ) : void
NavigateToView ( ) : void
NumberOfSections ( UITableView tableView ) : int
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, int sectionIndex ) : int
UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void
WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
SetSelectionAccessory ( UITableViewCell cell, NSIndexPath indexPath ) : void

비공개 메소드들

메소드 설명
ConfigureRowEditing ( ) : void
GetItems ( ) : void
NewListCell ( NSString cellId, NSIndexPath indexPath ) : UITableViewCell
SetItems ( ) : void

메소드 상세

Activated() 공개 메소드

public Activated ( ) : void
리턴 void

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

Deactivated() 공개 메소드

public Deactivated ( ) : void
리턴 void

Dispose() 보호된 메소드

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

EditingStyleForRow() 공개 메소드

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

GetCell() 공개 메소드

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
리턴 UITableViewCell

GetHeightForRow() 공개 메소드

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
리턴 float

ListSource() 공개 메소드

public ListSource ( DialogViewController controller, IList list, IEnumerable viewTypes ) : System
controller DialogViewController
list IList
viewTypes IEnumerable
리턴 System

NavigateToList() 공개 메소드

public NavigateToList ( ) : void
리턴 void

NavigateToView() 공개 메소드

public NavigateToView ( ) : void
리턴 void

NumberOfSections() 공개 메소드

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
리턴 int

RowSelected() 공개 메소드

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
리턴 void

RowsInSection() 공개 메소드

public RowsInSection ( UITableView tableview, int sectionIndex ) : int
tableview UITableView
sectionIndex int
리턴 int

SetSelectionAccessory() 보호된 메소드

protected SetSelectionAccessory ( UITableViewCell cell, NSIndexPath indexPath ) : void
cell UITableViewCell
indexPath NSIndexPath
리턴 void

UpdateCell() 공개 메소드

public UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void
cell UITableViewCell
indexPath NSIndexPath
리턴 void

WillDisplay() 공개 메소드

public WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void
tableView UITableView
cell UITableViewCell
indexPath NSIndexPath
리턴 void

프로퍼티 상세

BaseIndexPath 공개적으로 프로퍼티

public NSIndexPath BaseIndexPath
리턴 NSIndexPath

CellId 공개적으로 프로퍼티

public NSString CellId
리턴 NSString