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

Represents an item or rune. More...

Properties

string Description [get, set]
 Gets or sets the description of the item/rune. More...
 
int Id = string.Empty [get, set]
 Gets or sets the ID of the item or rune. More...
 
Image Image [get, set]
 Gets or sets the image data for the current item/rune. More...
 
string Name = new Image() [get, set]
 Gets or sets the name of the item/rune. More...
 
string SanitizedDescription = string.Empty [get, set]
 Gets or sets the sanitized description of the item/rune. More...
 
ListOfString Tags = string.Empty [get, set]
 Gets or sets the tags of the item/rune. More...
 

Detailed Description

Represents an item or rune.

Property Documentation

string RiotNet.Models.BasicData.Description
getset

Gets or sets the description of the item/rune.

int RiotNet.Models.BasicData.Id = string.Empty
getset

Gets or sets the ID of the item or rune.

This property is used as the primary key when storing the current object in a database.

Image RiotNet.Models.BasicData.Image
getset

Gets or sets the image data for the current item/rune.

string RiotNet.Models.BasicData.Name = new Image()
getset

Gets or sets the name of the item/rune.

string RiotNet.Models.BasicData.SanitizedDescription = string.Empty
getset

Gets or sets the sanitized description of the item/rune.

ListOfString RiotNet.Models.BasicData.Tags = string.Empty
getset

Gets or sets the tags of the item/rune.


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