C# 클래스 GW2PAO.Modules.Commerce.Models.PriceWatch

Price watch model class
상속: BindableBase
파일 보기 프로젝트 열기: SamHurne/gw2pao 1 사용 예제들

공개 메소드들

메소드 설명
PriceWatch ( ) : GW2PAO.PresentationCore

Default constructor for serialization/deserialization

PriceWatch ( int itemId, string itemName ) : GW2PAO.PresentationCore

Secondary constructor

메소드 상세

PriceWatch() 공개 메소드

Default constructor for serialization/deserialization
public PriceWatch ( ) : GW2PAO.PresentationCore
리턴 GW2PAO.PresentationCore

PriceWatch() 공개 메소드

Secondary constructor
public PriceWatch ( int itemId, string itemName ) : GW2PAO.PresentationCore
itemId int ID for the item this price watch is for
itemName string Name of the item this price watch is for
리턴 GW2PAO.PresentationCore