Show / Hide Table of Contents

Class Content

Content data object. This class is automatically generated.

Inheritance
System.Object
Content
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Camille.RiotGames.ValContentV1
Assembly: Camille.RiotGames.dll
Syntax
public class Content

Constructors

| Improve this Doc View Source

Content()

Declaration
public Content()

Properties

| Improve this Doc View Source

_AdditionalProperties

Contains any extra JSON properties that did not map to fields.

Declaration
[JsonExtensionData]
public Dictionary<string, object> _AdditionalProperties { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
| Improve this Doc View Source

Acts

Declaration
[JsonPropertyName("acts")]
public Act[] Acts { get; set; }
Property Value
Type Description
Act[]
| Improve this Doc View Source

Ceremonies

Declaration
[JsonPropertyName("ceremonies")]
public ContentItem[] Ceremonies { get; set; }
Property Value
Type Description
ContentItem[]
| Improve this Doc View Source

Characters

Declaration
[JsonPropertyName("characters")]
public ContentItem[] Characters { get; set; }
Property Value
Type Description
ContentItem[]
| Improve this Doc View Source

CharmLevels

Declaration
[JsonPropertyName("charmLevels")]
public ContentItem[] CharmLevels { get; set; }
Property Value
Type Description
ContentItem[]
| Improve this Doc View Source

Charms

Declaration
[JsonPropertyName("charms")]
public ContentItem[] Charms { get; set; }
Property Value
Type Description
ContentItem[]
| Improve this Doc View Source

Chromas

Declaration
[JsonPropertyName("chromas")]
public ContentItem[] Chromas { get; set; }
Property Value
Type Description
ContentItem[]
| Improve this Doc View Source

Equips

Declaration
[JsonPropertyName("equips")]
public ContentItem[] Equips { get; set; }
Property Value
Type Description
ContentItem[]
| Improve this Doc View Source

GameModes

Declaration
[JsonPropertyName("gameModes")]
public ContentItem[] GameModes { get; set; }
Property Value
Type Description
ContentItem[]
| Improve this Doc View Source

Maps

Declaration
[JsonPropertyName("maps")]
public ContentItem[] Maps { get; set; }
Property Value
Type Description
ContentItem[]
| Improve this Doc View Source

PlayerCards

Declaration
[JsonPropertyName("playerCards")]
public ContentItem[] PlayerCards { get; set; }
Property Value
Type Description
ContentItem[]
| Improve this Doc View Source

PlayerTitles

Declaration
[JsonPropertyName("playerTitles")]
public ContentItem[] PlayerTitles { get; set; }
Property Value
Type Description
ContentItem[]
| Improve this Doc View Source

SkinLevels

Declaration
[JsonPropertyName("skinLevels")]
public ContentItem[] SkinLevels { get; set; }
Property Value
Type Description
ContentItem[]
| Improve this Doc View Source

Skins

Declaration
[JsonPropertyName("skins")]
public ContentItem[] Skins { get; set; }
Property Value
Type Description
ContentItem[]
| Improve this Doc View Source

SprayLevels

Declaration
[JsonPropertyName("sprayLevels")]
public ContentItem[] SprayLevels { get; set; }
Property Value
Type Description
ContentItem[]
| Improve this Doc View Source

Sprays

Declaration
[JsonPropertyName("sprays")]
public ContentItem[] Sprays { get; set; }
Property Value
Type Description
ContentItem[]
| Improve this Doc View Source

Totems

Declaration
[JsonPropertyName("totems")]
public ContentItem[] Totems { get; set; }
Property Value
Type Description
ContentItem[]
| Improve this Doc View Source

Version

Declaration
[JsonPropertyName("version")]
public string Version { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX