C# 클래스 Netsy.WpfUI.Windows.Main.MainWindowViewModel

View model for the main window
상속: Netsy.UI.ViewModels.BaseViewModel
파일 보기 프로젝트 열기: AnthonySteele/Netsy 1 사용 예제들

공개 메소드들

메소드 설명
MainWindowViewModel ( FrontFeaturedListingsViewModel frontFeaturedListingsViewModel, Netsy.UI.ViewModels.Listings.KeywordsListingsViewModel keywordsViewModel, ColorListingsViewModel colorViewModel, ColorKeywordsListingsViewModel colorKeywordsViewModel, MaterialsListingsViewModel materialsListingsViewModel, TagsListingsViewModel tagsListingsViewModel, ShopsByNameViewModel shopsByNameViewModel, FeaturedSellersViewModel featuredSellersViewModel, ShowShopWindowForListingCommand showShopForListingCommand, ShowShopWindowForUserCommand showShopForUserCommand, ShowListingWindowCommand showListingCommand ) : System.Windows.Input

Initializes a new instance of the MainWindowViewModel class

비공개 메소드들

메소드 설명
SetShowCommands ( ListingsServiceViewModel model ) : void

Set the show commands on the model

메소드 상세

MainWindowViewModel() 공개 메소드

Initializes a new instance of the MainWindowViewModel class
public MainWindowViewModel ( FrontFeaturedListingsViewModel frontFeaturedListingsViewModel, Netsy.UI.ViewModels.Listings.KeywordsListingsViewModel keywordsViewModel, ColorListingsViewModel colorViewModel, ColorKeywordsListingsViewModel colorKeywordsViewModel, MaterialsListingsViewModel materialsListingsViewModel, TagsListingsViewModel tagsListingsViewModel, ShopsByNameViewModel shopsByNameViewModel, FeaturedSellersViewModel featuredSellersViewModel, ShowShopWindowForListingCommand showShopForListingCommand, ShowShopWindowForUserCommand showShopForUserCommand, ShowListingWindowCommand showListingCommand ) : System.Windows.Input
frontFeaturedListingsViewModel FrontFeaturedListingsViewModel the view model for front featured listings
keywordsViewModel Netsy.UI.ViewModels.Listings.KeywordsListingsViewModel the view model for listings by keywords
colorViewModel ColorListingsViewModel the view model for listings by color
colorKeywordsViewModel Netsy.UI.ViewModels.Listings.ColorKeywordsListingsViewModel the view model for listings by color and keywords
materialsListingsViewModel Netsy.UI.ViewModels.Listings.MaterialsListingsViewModel the view model for listings by materials
tagsListingsViewModel Netsy.UI.ViewModels.Listings.TagsListingsViewModel the view model for listings by tags
shopsByNameViewModel Netsy.UI.ViewModels.Shops.ShopsByNameViewModel the view model for shops by name
featuredSellersViewModel Netsy.UI.ViewModels.Shops.FeaturedSellersViewModel the view model for featured shops
showShopForListingCommand ShowShopWindowForListingCommand the command to show a shop's details
showShopForUserCommand ShowShopWindowForUserCommand the command to show a shop's details
showListingCommand ShowListingWindowCommand the command to show a listing's details
리턴 System.Windows.Input