C# Class XamarinCRM.ViewModels.Customers.CustomerDetailViewModel

Inheritance: BaseViewModel
Show file Open project: xamarin/app-crm

Public Methods

Method Description
CustomerDetailViewModel ( Account account, Page currentPage ) : System
GoBack ( ) : System.Threading.Tasks.Task
LoadPin ( ) : Task

Private Methods

Method Description
ExecuteMapMarkerIconTappedCommand ( ) : System.Threading.Tasks.Task
ExecutePhoneIconTappedCommand ( Label label ) : System.Threading.Tasks.Task

Method Details

CustomerDetailViewModel() public method

public CustomerDetailViewModel ( Account account, Page currentPage ) : System
account XamarinCRM.Models.Account
currentPage Xamarin.Forms.Page
return System

GoBack() public method

public GoBack ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

LoadPin() public method

public LoadPin ( ) : Task
return Task