C# Class MvvmCross.Binding.iOS.Views.MvxTableViewSource

Inheritance: MvxBaseTableViewSource
Afficher le fichier Open project: MvvmCross/MvvmCross

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
RowsInSection ( UITableView tableview, nint section ) : nint

Méthodes protégées

Méthode Description
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

Method Details

CollectionChangedOnCollectionChanged() protected méthode

protected CollectionChangedOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs args ) : void
sender object
args System.Collections.Specialized.NotifyCollectionChangedEventArgs
Résultat void

CreateNSIndexPathArray() protected static méthode

protected static CreateNSIndexPathArray ( int startingPosition, int count ) : NSIndexPath[]
startingPosition int
count int
Résultat NSIndexPath[]

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetItemAt() protected méthode

protected GetItemAt ( NSIndexPath indexPath ) : object
indexPath NSIndexPath
Résultat object

MvxTableViewSource() protected méthode

protected MvxTableViewSource ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

MvxTableViewSource() protected méthode

protected MvxTableViewSource ( UITableView tableView ) : System
tableView UITableView
Résultat System

RowsInSection() public méthode

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
Résultat nint

TryDoAnimatedChange() protected méthode

protected TryDoAnimatedChange ( NotifyCollectionChangedEventArgs args ) : bool
args System.Collections.Specialized.NotifyCollectionChangedEventArgs
Résultat bool