C# 클래스 MvvmCross.Binding.tvOS.Views.MvxTableViewSource

상속: MvxBaseTableViewSource
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

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