Esempio n. 1
0
 public MatchAdapter(AdMaiora.AppKit.UI.App.Fragment context, IEnumerable <Match> source)
     : base(context, Resource.Layout.CellMatch, source)
 {
 }
Esempio n. 2
0
 public StoryAdapter(AdMaiora.AppKit.UI.App.Fragment context, IEnumerable <Transaction> source)
     : base(context, Resource.Layout.CellTransaction, source)
 {
 }
Esempio n. 3
0
 public IssueAdapter(AdMaiora.AppKit.UI.App.Fragment context, IEnumerable <Issue> source)
     : base(context, Resource.Layout.CellIssue, source)
 {
 }
Esempio n. 4
0
 public UserAdapter(AdMaiora.AppKit.UI.App.Fragment context, IEnumerable <User> source)
     : base(context, Resource.Layout.CellUser, source)
 {
 }
Esempio n. 5
0
 public AgendaAdapter(AdMaiora.AppKit.UI.App.Fragment context, IEnumerable <TodoItem> source)
     : base(context, Resource.Layout.CellTask, source)
 {
 }
Esempio n. 6
0
 public CardAdapter(AdMaiora.AppKit.UI.App.Fragment context, IEnumerable <Marker> source)
     : base(context, Resource.Layout.CellMarker, source)
 {
     _assignedColors = new Dictionary <int, string>();
 }
Esempio n. 7
0
 public TournamentAdapter(AdMaiora.AppKit.UI.App.Fragment context, IEnumerable <Tournament> source)
     : base(context, Resource.Layout.CellTournament, source)
 {
 }
Esempio n. 8
0
 public GimmickAdapter(AdMaiora.AppKit.UI.App.Fragment context, IEnumerable <Gimmick> source)
     : base(context, Resource.Layout.CellGimmick, source)
 {
 }