C# Класс MvvmCross.Binding.tvOS.Views.MvxTableViewSource

Наследование: MvxBaseTableViewSource
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
RowsInSection ( UITableView tableview, nint section ) : nint

Защищенные методы

Метод Описание
CollectionChangedOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs args ) : void
CreateNSIndexPathArray ( int startingPosition, int count ) : NSIndexPath[]
Dispose ( bool disposing ) : void
GetItemAt ( NSIndexPath indexPath ) : object
MvxTableViewSource ( IntPtr handle ) : System
MvxTableViewSource ( UITableView tableView ) : System
TryDoAnimatedChange ( NotifyCollectionChangedEventArgs args ) : bool

Описание методов

CollectionChangedOnCollectionChanged() защищенный Метод

protected CollectionChangedOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs args ) : void
sender object
args System.Collections.Specialized.NotifyCollectionChangedEventArgs
Результат void

CreateNSIndexPathArray() защищенный статический Метод

protected static CreateNSIndexPathArray ( int startingPosition, int count ) : NSIndexPath[]
startingPosition int
count int
Результат NSIndexPath[]

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

GetItemAt() защищенный Метод

protected GetItemAt ( NSIndexPath indexPath ) : object
indexPath NSIndexPath
Результат object

MvxTableViewSource() защищенный Метод

protected MvxTableViewSource ( IntPtr handle ) : System
handle System.IntPtr
Результат System

MvxTableViewSource() защищенный Метод

protected MvxTableViewSource ( UITableView tableView ) : System
tableView UITableView
Результат System

RowsInSection() публичный Метод

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
Результат nint

TryDoAnimatedChange() защищенный Метод

protected TryDoAnimatedChange ( NotifyCollectionChangedEventArgs args ) : bool
args System.Collections.Specialized.NotifyCollectionChangedEventArgs
Результат bool