C# Class Cueros.App.Phone.Views.ListaProductos

Inheritance: PhoneApplicationPage
Mostrar archivo Open project: JorgeCupi/GAMLP.Cueros.App

Public Properties

Property Type Description
destacados ObservableCollection
novedades ObservableCollection
productos ObservableCollection

Public Methods

Method Description
ListaProductos ( ) : System
cargar ( ) : void
obtenerdestacados ( ) : void
obtenernovedades ( ) : void
obtenerproductos ( ) : void

Protected Methods

Method Description
OnNavigatedFrom ( System e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Method Description
lstdestacados_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
lstnovedades_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
lstproductos_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

ListaProductos() public method

public ListaProductos ( ) : System
return System

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( System e ) : void
e System
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void

cargar() public method

public cargar ( ) : void
return void

obtenerdestacados() public method

public obtenerdestacados ( ) : void
return void

obtenernovedades() public method

public obtenernovedades ( ) : void
return void

obtenerproductos() public method

public obtenerproductos ( ) : void
return void

Property Details

destacados public_oe property

public ObservableCollection destacados
return ObservableCollection

novedades public_oe property

public ObservableCollection novedades
return ObservableCollection

productos public_oe property

public ObservableCollection productos
return ObservableCollection