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

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

공개 메소드들

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

Initializes a new instance of the ColorKeywordsListingsViewModel class.

보호된 메소드들

메소드 설명
ShowLoadedSuccessMessage ( ) : void

Show the success message

비공개 메소드들

메소드 설명
ConvertColor ( ) : RgbColor

Get the color data object

ConvertKeywords ( ) : IEnumerable

Get the keywords

HasSearchParams ( ) : bool

Have search params been entered

MakeCommands ( ) : void

Create the load command

메소드 상세

ColorKeywordsListingsViewModel() 공개 메소드

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

ShowLoadedSuccessMessage() 보호된 메소드

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