C# Class GW2PAO.Modules.Commerce.Models.PriceWatch

Price watch model class
Inheritance: BindableBase
ファイルを表示 Open project: SamHurne/gw2pao Class Usage Examples

Public Methods

Method Description
PriceWatch ( ) : GW2PAO.PresentationCore

Default constructor for serialization/deserialization

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

Secondary constructor

Method Details

PriceWatch() public method

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

PriceWatch() public method

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
return GW2PAO.PresentationCore