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

Inheritance: MvxBaseTableViewSource
Mostrar archivo Open project: MvvmCross/MvvmCross

Private Properties

Property Type Description

Public Methods

Method Description
RowsInSection ( UITableView tableview, nint section ) : nint

Protected Methods

Method 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 method

protected CollectionChangedOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs args ) : void
sender object
args System.Collections.Specialized.NotifyCollectionChangedEventArgs
return void

CreateNSIndexPathArray() protected static method

protected static CreateNSIndexPathArray ( int startingPosition, int count ) : NSIndexPath[]
startingPosition int
count int
return NSIndexPath[]

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetItemAt() protected method

protected GetItemAt ( NSIndexPath indexPath ) : object
indexPath NSIndexPath
return object

MvxTableViewSource() protected method

protected MvxTableViewSource ( IntPtr handle ) : System
handle System.IntPtr
return System

MvxTableViewSource() protected method

protected MvxTableViewSource ( UITableView tableView ) : System
tableView UITableView
return System

RowsInSection() public method

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
return nint

TryDoAnimatedChange() protected method

protected TryDoAnimatedChange ( NotifyCollectionChangedEventArgs args ) : bool
args System.Collections.Specialized.NotifyCollectionChangedEventArgs
return bool