C# 클래스 MonoMobile.Views.BaseDialogViewSource

상속: UITableViewSource, ISearchBar, IEnumerable, ITableViewStyle
파일 보기 프로젝트 열기: RobertKozak/MonoMobile.Views

공개 프로퍼티들

프로퍼티 타입 설명
RowHeights float>.IDictionary

보호된 프로퍼티들

프로퍼티 타입 설명
CellFactory TableCellFactory
SelectedAccessoryViews UIView>.IDictionary
UnselectedAccessoryViews UIView>.IDictionary

공개 메소드들

메소드 설명
AccessoryButtonTapped ( UITableView tableView, NSIndexPath indexPath ) : void
Add ( MonoMobile.Views.Section section ) : int
BaseDialogViewSource ( DialogViewController controller ) : System
DraggingEnded ( UIScrollView scrollView, bool willDecelerate ) : void
DraggingStarted ( UIScrollView scrollView ) : void
GetEnumerator ( ) : IEnumerator
GetHeightForFooter ( UITableView tableView, int sectionIndex ) : float
GetHeightForHeader ( UITableView tableView, int sectionIndex ) : float
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
GetListSource ( NSIndexPath indexPath ) : ListSource
GetSectionData ( int sectionIndex ) : IList
GetViewForFooter ( UITableView tableView, int sectionIndex ) : UIView
GetViewForHeader ( UITableView tableView, int sectionIndex ) : UIView
ResetIndexPathRow ( NSIndexPath indexPath ) : NSIndexPath
Scrolled ( UIScrollView scrollView ) : void
SetSectionData ( int sectionIndex, IList data ) : void
TitleForFooter ( UITableView tableView, int sectionIndex ) : string
TitleForHeader ( UITableView tableView, int sectionIndex ) : string
UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
GetMemberData ( NSIndexPath indexPath ) : MemberData
GetMemberFromView ( string memberName ) : MemberInfo
GetMemberFromViewModel ( string memberName ) : MemberInfo
NewCell ( NSString cellId, NSIndexPath indexPath ) : UITableViewCell
SetSelectionAccessory ( UITableViewCell cell, NSIndexPath indexPath ) : void

비공개 메소드들

메소드 설명
CreateFooterView ( UITableView tableView, string caption ) : UIView
CreateHeaderView ( UITableView tableView, string caption ) : UIView

메소드 상세

AccessoryButtonTapped() 공개 메소드

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

Add() 공개 메소드

public Add ( MonoMobile.Views.Section section ) : int
section MonoMobile.Views.Section
리턴 int

BaseDialogViewSource() 공개 메소드

public BaseDialogViewSource ( DialogViewController controller ) : System
controller DialogViewController
리턴 System

Dispose() 보호된 메소드

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

DraggingEnded() 공개 메소드

public DraggingEnded ( UIScrollView scrollView, bool willDecelerate ) : void
scrollView UIScrollView
willDecelerate bool
리턴 void

DraggingStarted() 공개 메소드

public DraggingStarted ( UIScrollView scrollView ) : void
scrollView UIScrollView
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetHeightForFooter() 공개 메소드

public GetHeightForFooter ( UITableView tableView, int sectionIndex ) : float
tableView UITableView
sectionIndex int
리턴 float

GetHeightForHeader() 공개 메소드

public GetHeightForHeader ( UITableView tableView, int sectionIndex ) : float
tableView UITableView
sectionIndex int
리턴 float

GetHeightForRow() 공개 메소드

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

GetListSource() 공개 메소드

public GetListSource ( NSIndexPath indexPath ) : ListSource
indexPath NSIndexPath
리턴 ListSource

GetMemberData() 보호된 메소드

protected GetMemberData ( NSIndexPath indexPath ) : MemberData
indexPath NSIndexPath
리턴 MemberData

GetMemberFromView() 보호된 메소드

protected GetMemberFromView ( string memberName ) : MemberInfo
memberName string
리턴 System.Reflection.MemberInfo

GetMemberFromViewModel() 보호된 메소드

protected GetMemberFromViewModel ( string memberName ) : MemberInfo
memberName string
리턴 System.Reflection.MemberInfo

GetSectionData() 공개 메소드

public GetSectionData ( int sectionIndex ) : IList
sectionIndex int
리턴 IList

GetViewForFooter() 공개 메소드

public GetViewForFooter ( UITableView tableView, int sectionIndex ) : UIView
tableView UITableView
sectionIndex int
리턴 UIView

GetViewForHeader() 공개 메소드

public GetViewForHeader ( UITableView tableView, int sectionIndex ) : UIView
tableView UITableView
sectionIndex int
리턴 UIView

NewCell() 보호된 메소드

protected NewCell ( NSString cellId, NSIndexPath indexPath ) : UITableViewCell
cellId NSString
indexPath NSIndexPath
리턴 UITableViewCell

ResetIndexPathRow() 공개 메소드

public ResetIndexPathRow ( NSIndexPath indexPath ) : NSIndexPath
indexPath NSIndexPath
리턴 NSIndexPath

Scrolled() 공개 메소드

public Scrolled ( UIScrollView scrollView ) : void
scrollView UIScrollView
리턴 void

SetSectionData() 공개 메소드

public SetSectionData ( int sectionIndex, IList data ) : void
sectionIndex int
data IList
리턴 void

SetSelectionAccessory() 보호된 메소드

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

TitleForFooter() 공개 메소드

public TitleForFooter ( UITableView tableView, int sectionIndex ) : string
tableView UITableView
sectionIndex int
리턴 string

TitleForHeader() 공개 메소드

public TitleForHeader ( UITableView tableView, int sectionIndex ) : string
tableView UITableView
sectionIndex int
리턴 string

UpdateCell() 공개 메소드

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

프로퍼티 상세

CellFactory 보호되어 있는 프로퍼티

protected TableCellFactory CellFactory
리턴 TableCellFactory

RowHeights 공개적으로 프로퍼티

public IDictionary RowHeights
리턴 float>.IDictionary

SelectedAccessoryViews 보호되어 있는 프로퍼티

protected IDictionary SelectedAccessoryViews
리턴 UIView>.IDictionary

UnselectedAccessoryViews 보호되어 있는 프로퍼티

protected IDictionary UnselectedAccessoryViews
리턴 UIView>.IDictionary