RiotNet  8.0.0
A C#/.NET client for the Riot Games API.
Properties | List of all members
RiotNet.Models.Gold Class Reference

Contains purchase information for an item. More...

Properties

int Base [get, set]
 Gets or sets the cost of the item excluding the cost of its recipe. More...
 
bool Purchasable [get, set]
 Gets or sets whether the item can be purchased. More...
 
int Sell [get, set]
 Gets or sets the sell price of the item. More...
 
int Total [get, set]
 Gets or sets the total cost of the item including the cost of its recipe. More...
 

Detailed Description

Contains purchase information for an item.

Property Documentation

int RiotNet.Models.Gold.Base
getset

Gets or sets the cost of the item excluding the cost of its recipe.

bool RiotNet.Models.Gold.Purchasable
getset

Gets or sets whether the item can be purchased.

int RiotNet.Models.Gold.Sell
getset

Gets or sets the sell price of the item.

int RiotNet.Models.Gold.Total
getset

Gets or sets the total cost of the item including the cost of its recipe.


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