DataCollection
C1TableViewSource<T> クラス
メンバ 

C1.iOS.DataCollection アセンブリ > C1.iOS.DataCollection 名前空間 : C1TableViewSource<T> クラス
This class is the bridge between UIKit.UITableView and C1.DataCollection.C1DataCollection<T>. Using this class you'll get built-in sort, filter, grouping, refresh and load-on-demand features.
オブジェクト モデル
C1TableViewSource<T> クラス
シンタックス
'宣言
 
Public Class C1TableViewSource(Of T As Class) 
   Inherits UIKit.UITableViewSource
   Implements Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIScrollViewDelegate 
public class C1TableViewSource<T> : UIKit.UITableViewSource, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIScrollViewDelegate  
where T: class
型パラメータ
T
解説
Inherit this class and implement GetItemCell and GetGroupTitle to set the cell appeareance as you wish.
継承階層

System.Object
   Foundation.NSObject
      UIKit.UIScrollViewDelegate
         UIKit.UITableViewSource
            C1.iOS.DataCollection.C1TableViewSource<T>

参照

C1TableViewSource<T> メンバ
C1.iOS.DataCollection 名前空間