C# Class OIShoppingListWinPhone.CustomLayout.ListSelectorControl

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: openintents/shoppinglist_winphone Class Usage Examples

Méthodes publiques

Свойство Type Description
item OIShoppingListWinPhone.DataModel.ShoppingListItem
list OIShoppingListWinPhone.DataModel.ShoppingList

Méthodes publiques

Méthode Description
Activate ( ) : void

Displaying (or 'activating') the dialog on the screen.

Deactivate ( ) : void

Deactivating (or 'hide') the dialog from the screen.

ListSelectorControl ( ) : System
ListSelectorControl_Loaded ( object sender, RoutedEventArgs e ) : void

Private Methods

Méthode Description
SelectButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

Activate() public méthode

Displaying (or 'activating') the dialog on the screen.
public Activate ( ) : void
Résultat void

Deactivate() public méthode

Deactivating (or 'hide') the dialog from the screen.
public Deactivate ( ) : void
Résultat void

ListSelectorControl() public méthode

public ListSelectorControl ( ) : System
Résultat System

ListSelectorControl_Loaded() public méthode

public ListSelectorControl_Loaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

Property Details

item public_oe property

public ShoppingListItem,OIShoppingListWinPhone.DataModel item
Résultat OIShoppingListWinPhone.DataModel.ShoppingListItem

list public_oe property

public ShoppingList,OIShoppingListWinPhone.DataModel list
Résultat OIShoppingListWinPhone.DataModel.ShoppingList