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

Represents a group of items in an item page. More...

Properties

virtual List< BlockItemItems [get, set]
 Gets or sets the list of items in this block. More...
 
bool RecMath [get, set]
 Gets or sets a flag that indicates whether to use tutorial formatting when displaying items in the block. If true, all items within the block are separated by a plus sign with the last item being separated by an arrow indicating that the other items build into the last item. More...
 
string Type [get, set]
 Gets or sets the type (or internal name) of the block. More...
 

Detailed Description

Represents a group of items in an item page.

Property Documentation

virtual List<BlockItem> RiotNet.Models.Block.Items
getset

Gets or sets the list of items in this block.

bool RiotNet.Models.Block.RecMath
getset

Gets or sets a flag that indicates whether to use tutorial formatting when displaying items in the block. If true, all items within the block are separated by a plus sign with the last item being separated by an arrow indicating that the other items build into the last item.

string RiotNet.Models.Block.Type
getset

Gets or sets the type (or internal name) of the block.


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