C# Class Customers.CustomerDetailViewModel

Inheritance: BaseNavigationViewModel
Afficher le fichier Open project: xamarin/app-customers

Private Properties

Свойство Type Description
AddressBeginsWithNumber bool
DisplayGeocodingError void
ExecuteDeleteCustomerCommand void
ExecuteDialNumberCommand void
ExecuteEditCustomerCommand System.Threading.Tasks.Task
ExecuteEmailCommandCommand void
ExecuteGetDirectionsCommand System.Threading.Tasks.Task
ExecuteMessageNumberCommand void
ExecuteSaveCustomerCommand System.Threading.Tasks.Task
GetAddressWithRoundedStreetNumber string
GetEndingIndexOfNumericPortionOfAddress int
SubscribeToCustomerLocationUpdatedMessages void
SubscribeToSaveCustomerMessages void

Méthodes publiques

Méthode Description
CustomerDetailViewModel ( Customer customer = null ) : System
GetPosition ( ) : Task
SetupMap ( ) : void

Private Methods

Méthode Description
AddressBeginsWithNumber ( string address ) : bool
DisplayGeocodingError ( ) : void
ExecuteDeleteCustomerCommand ( ) : void
ExecuteDialNumberCommand ( ) : void
ExecuteEditCustomerCommand ( ) : System.Threading.Tasks.Task
ExecuteEmailCommandCommand ( ) : void
ExecuteGetDirectionsCommand ( ) : System.Threading.Tasks.Task
ExecuteMessageNumberCommand ( ) : void
ExecuteSaveCustomerCommand ( ) : System.Threading.Tasks.Task
GetAddressWithRoundedStreetNumber ( string address ) : string
GetEndingIndexOfNumericPortionOfAddress ( string address ) : int
SubscribeToCustomerLocationUpdatedMessages ( ) : void

Subscribes to "CustomerLocationUpdated" messages

SubscribeToSaveCustomerMessages ( ) : void

Subscribes to "SaveCustomer" messages

Method Details

CustomerDetailViewModel() public méthode

public CustomerDetailViewModel ( Customer customer = null ) : System
customer Customer
Résultat System

GetPosition() public méthode

public GetPosition ( ) : Task
Résultat Task

SetupMap() public méthode

public SetupMap ( ) : void
Résultat void