Show / Hide Table of Contents

Class GoldStatic

Class representing an item's value (Static API).

Inheritance
System.Object
GoldStatic
Namespace:RiotSharp.StaticDataEndpoint
Assembly:RiotSharp.dll
Syntax
public class GoldStatic : object

Properties

BasePrice

Base price of an item.

Declaration
public int BasePrice { get; set; }
Property Value
Type Description
System.Int32

Purchasable

Whether an item is purchasable or not.

Declaration
public bool Purchasable { get; set; }
Property Value
Type Description
System.Boolean

SellingPrice

Reselling price of an item.

Declaration
public int SellingPrice { get; set; }
Property Value
Type Description
System.Int32

TotalPrice

Total price of an item.

Declaration
public int TotalPrice { get; set; }
Property Value
Type Description
System.Int32
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX