コード例 #1
0
 public Xamarin.Forms.View GetView(ITableScrollItemModel model)
 {
     return(supportedInterfaces[model.GetType()]?.Invoke(model));
 }
コード例 #2
0
 public ActiveCoverTile(ITableScrollItemModel model) : this()
 {
     _ViewController.InputObject = (ActiveCoverViewModel)model;
     BindingContext = _ViewController.InputObject;
     command        = model.ItemClickedCommand;
 }
 public CareVouceherItemDetailTileView(ITableScrollItemModel model) : this()
 {
     _ViewController.InputObject = (CareVouceherDetailTileViewModel)model;
     BindingContext = _ViewController.InputObject;
 }
コード例 #4
0
 public PurchaseHistoryTileView(ITableScrollItemModel model) : this()
 {
     _ViewController.InputObject = (PurchaseHistoryDetailViewModel)model;
     BindingContext = _ViewController.InputObject;
 }
コード例 #5
0
 public CommunityTileView(ITableScrollItemModel model) : this()
 {
     _ViewController.InputObject = (CommunityTileViewModel)model;
     BindingContext = _ViewController.InputObject;
 }
コード例 #6
0
 public CareVoucerTileView(ITableScrollItemModel model) : this()
 {
     _ViewController.InputObject = (CareVoucherViewModel)model;
     BindingContext = _ViewController.InputObject;
     command        = model.ItemClickedCommand;
 }
コード例 #7
0
 public SiyabongaTile(ITableScrollItemModel model) : this()
 {
     _ViewController.InputObject = (SiyabongaViewModel)model;
     BindingContext = _ViewController.InputObject;
 }
コード例 #8
0
 public PersonalDetailsTile(ITableScrollItemModel model) : this()
 {
     _ViewController.InputObject = (PersonalDetailViewModel)model;
     BindingContext = _ViewController.InputObject;
 }
コード例 #9
0
 public FriendsTileView(ITableScrollItemModel model) : this()
 {
     _ViewController.InputObject = (FriendsTileViewModel)model;
     BindingContext = _ViewController.InputObject;
     command        = model.ItemClickedCommand;
 }
コード例 #10
0
 public TrustedSourcesTile(ITableScrollItemModel model) : this()
 {
     _ViewController.InputObject = (TrustedSourcesViewModel)model;
     BindingContext = _ViewController.InputObject;
 }