Exemplo n.º 1
0
 public MatchAdapter(AdMaiora.AppKit.UI.App.Fragment context, IEnumerable <Match> source)
     : base(context, Resource.Layout.CellMatch, source)
 {
 }
Exemplo n.º 2
0
 public StoryAdapter(AdMaiora.AppKit.UI.App.Fragment context, IEnumerable <Transaction> source)
     : base(context, Resource.Layout.CellTransaction, source)
 {
 }
Exemplo n.º 3
0
 public IssueAdapter(AdMaiora.AppKit.UI.App.Fragment context, IEnumerable <Issue> source)
     : base(context, Resource.Layout.CellIssue, source)
 {
 }
Exemplo n.º 4
0
 public UserAdapter(AdMaiora.AppKit.UI.App.Fragment context, IEnumerable <User> source)
     : base(context, Resource.Layout.CellUser, source)
 {
 }
Exemplo n.º 5
0
 public AgendaAdapter(AdMaiora.AppKit.UI.App.Fragment context, IEnumerable <TodoItem> source)
     : base(context, Resource.Layout.CellTask, source)
 {
 }
Exemplo 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>();
 }
Exemplo n.º 7
0
 public TournamentAdapter(AdMaiora.AppKit.UI.App.Fragment context, IEnumerable <Tournament> source)
     : base(context, Resource.Layout.CellTournament, source)
 {
 }
Exemplo n.º 8
0
 public GimmickAdapter(AdMaiora.AppKit.UI.App.Fragment context, IEnumerable <Gimmick> source)
     : base(context, Resource.Layout.CellGimmick, source)
 {
 }