Class RealmStatic
Class representing a realm (Static API).
Inheritance
System.Object
RealmStatic
Namespace:RiotSharp.StaticDataEndpoint
Assembly:RiotSharp.dll
Syntax
public class RealmStatic : object
Properties
Cdn
The base CDN url.
Declaration
public string Cdn { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Css
Latest changed version of Dragon Magic's css file.
Declaration
public string Css { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Dd
Latest changed version of Dragon Magic.
Declaration
public string Dd { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
L
Default language for this realm.
Declaration
public string L { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Lg
Legacy script mode for IE6 or older.
Declaration
public string Lg { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
N
Latest changed version for each data type listed.
Declaration
public Dictionary<string, string> N { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<, ><System.String, System.String> |
ProfileIconMax
Special behavior number identifying the largest profileicon id that can be used under 500. Any profileicon that is requested between this number and 500 should be mapped to 0.
Declaration
public int ProfileIconMax { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Store
Additional api data drawn from other sources that may be related to data dragon functionality.
Declaration
public string Store { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
V
Current version of this file for this realm.
Declaration
public string V { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |