C# 클래스 GW2PAO.Modules.Commerce.ViewModels.ItemPriceViewModel

ViewModel for an item's Price information
상속: BindableBase
파일 보기 프로젝트 열기: SamHurne/gw2pao 1 사용 예제들

공개 메소드들

메소드 설명
ItemPriceViewModel ( PriceWatch priceData, Item itemData, ICommerceController controller, ICommerceService service ) : FeserWard.Controls

Default constructor

SetItem ( int newItemID ) : void

Sets this item as the item with the given ID

비공개 메소드들

메소드 설명
BuyOrderLimit_PropertyChanged ( object sender, System e ) : void

Handles the PropertyChanged event of the BuyOrderLimit

CopyChatcodeToClipboard ( ) : void

Copies the chatcode of the item to the clipboard

CopyNameToClipboard ( ) : void

Copies the name of the item to the clipboard

Data_PropertyChanged ( object sender, System e ) : void

Handles the PropertyChanged event of the PriceWatch data object

Remove ( ) : void

Removes the item from the collection of price watches

SellListingLimit_PropertyChanged ( object sender, System e ) : void

Handles the PropertyChanged event of the SellListingLimit

메소드 상세

ItemPriceViewModel() 공개 메소드

Default constructor
public ItemPriceViewModel ( PriceWatch priceData, Item itemData, ICommerceController controller, ICommerceService service ) : FeserWard.Controls
priceData GW2PAO.Modules.Commerce.Models.PriceWatch
itemData Item
controller ICommerceController Commerce controller
service ICommerceService
리턴 FeserWard.Controls

SetItem() 공개 메소드

Sets this item as the item with the given ID
public SetItem ( int newItemID ) : void
newItemID int The ID to set this item as
리턴 void