C# Class Netsy.Shop.ShopControlViewModel

View model object for the Shop control
Inheritance: Netsy.UI.ViewModels.BaseViewModel
Show file Open project: AnthonySteele/Netsy

Public Methods

Method Description
LoadShop ( ) : void

Load the shop

ShopControlViewModel ( ShopDetailsCommand shopDetailsCommand, ShopListingsCommand shopListingsCommand ) : System

Initializes a new instance of the ShopControlViewModel class

Method Details

LoadShop() public method

Load the shop
public LoadShop ( ) : void
return void

ShopControlViewModel() public method

Initializes a new instance of the ShopControlViewModel class
public ShopControlViewModel ( ShopDetailsCommand shopDetailsCommand, ShopListingsCommand shopListingsCommand ) : System
shopDetailsCommand ShopDetailsCommand the command to get details for a shop
shopListingsCommand ShopListingsCommand the command to get listings for a shop
return System