C# Class Microsoft.Phone.Applications.UnitConverter.Model.CommonPageState

Base class for page state settings for the main page or conversions page
Afficher le fichier Open project: Expensify/WindowsPhoneTestFramework

Méthodes publiques

Méthode Description
CommonPageState ( ) : System

Default constructor

UpdateNames ( string category, string sourceUnitName, string targetUnitName ) : void

Updates the name objects.

Method Details

CommonPageState() public méthode

Default constructor
public CommonPageState ( ) : System
Résultat System

UpdateNames() public méthode

Updates the name objects.
public UpdateNames ( string category, string sourceUnitName, string targetUnitName ) : void
category string The category.
sourceUnitName string Name of the source unit.
targetUnitName string Name of the target unit.
Résultat void