C# 클래스 Netsy.UI.ViewModels.Listings.TagsListingsViewModel

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

공개 메소드들

메소드 설명
TagsListingsViewModel ( IListingsService listingsService ) : System.Collections.Generic

Initializes a new instance of the TagsListingsViewModel class.

보호된 메소드들

메소드 설명
ShowLoadedSuccessMessage ( ) : void

Show the success message

비공개 메소드들

메소드 설명
MakeCommands ( ) : void

Create the load command

메소드 상세

ShowLoadedSuccessMessage() 보호된 메소드

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

TagsListingsViewModel() 공개 메소드

Initializes a new instance of the TagsListingsViewModel class.
public TagsListingsViewModel ( IListingsService listingsService ) : System.Collections.Generic
listingsService IListingsService the listings service
리턴 System.Collections.Generic