C# Класс MonoMobile.Views.BaseDialogViewSource

Наследование: UITableViewSource, ISearchBar, IEnumerable, ITableViewStyle
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
RowHeights float>.IDictionary

Защищенные свойства (Protected)

Свойство Тип Описание
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