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

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

공개 메소드들

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

Initializes a new instance of the MaterialsListingsViewModel class.

보호된 메소드들

메소드 설명
ShowLoadedSuccessMessage ( ) : void

Show the success message

비공개 메소드들

메소드 설명
MakeCommands ( ) : void

Create the load command

메소드 상세

MaterialsListingsViewModel() 공개 메소드

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

ShowLoadedSuccessMessage() 보호된 메소드

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