VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
IAuctionItem Interface Reference

An item for auction in the AuctionHall More...

Properties

ulong AuctionId [get]
 64-bit ID that starts with 0x0C to identify the auction More...
 
int? InitialPrice [get]
 Starting price, in the currency type. More...
 
int? CurrentBid [get]
 Current bid, in the currency type More...
 
AuctionType CurrencyType [get]
 TurbinePointCurrency is Astral Shards, InGameCurrency is strictly Platinum More...
 
int? BuyoutPrice [get]
 Buyout price, in the currency type, if there is any More...
 
byte? IsBound [get]
 whether or not the item will bound More...
 
ulong ItemId [get]
 ID of the item being sold More...
 
DateTime CreatedUtc [get]
 When the auction was listed. Note, this value is calculated and may seem inaccurate if there has been any server downtime since the posting. Value is in UTC, so convert to your local time as needed. More...
 
DateTime ExpirationUtc [get]
 When the auction expires. Value is in UTC, so convert to your local time as needed. More...
 
IPropertyCollection ItemProperties [get]
 Properties of the item being auctioned. More...
 
string ItemName [get]
 Generated name for the item as shown in the Auction Hall More...
 

Detailed Description

An item for auction in the AuctionHall


The documentation for this interface was generated from the following file: