DataCollection
C1CollectionViewSource<T> クラス
メンバ 

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

System.Object
   Foundation.NSObject
      UIKit.UICollectionViewSource
         C1.iOS.DataCollection.C1CollectionViewSource<T>

参照

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