C# 클래스 Netsy.UI.ViewModels.Shops.ShopsByNameViewModel

View model for a collection of shops from the shops by name service
상속: ShopsServiceViewModel
파일 보기 프로젝트 열기: AnthonySteele/Netsy 1 사용 예제들

공개 메소드들

메소드 설명
ShopsByNameViewModel ( IShopService shopsService ) : System.Globalization

Initializes a new instance of the ShopsByNameViewModel class.

보호된 메소드들

메소드 설명
ShowLoadedSuccessMessage ( ) : void

Show the success message

비공개 메소드들

메소드 설명
MakeCommands ( ) : void

Create the load command

메소드 상세

ShopsByNameViewModel() 공개 메소드

Initializes a new instance of the ShopsByNameViewModel class.
public ShopsByNameViewModel ( IShopService shopsService ) : System.Globalization
shopsService IShopService the shopsService service
리턴 System.Globalization

ShowLoadedSuccessMessage() 보호된 메소드

Show the success message
protected ShowLoadedSuccessMessage ( ) : void
리턴 void