Table of Contents

Class CardCategories

Namespace
TcgDex.Models
Assembly
TcgDex.CSharpSdk.dll

The card categories the API currently returns.

public static class CardCategories

Inheritance

Inherited Members

Remarks

Provided as constants rather than an enum so that an unrecognised category still deserializes. Compare against TcgDex.Models.Card.Category with TcgDex.Models.Card.IsCategory(System.String).

Fields

Energy

An Energy card.

public const string Energy = "Energy"

Field Value

string

Pokemon

A Pokémon card.

public const string Pokemon = "Pokemon"

Field Value

string

Trainer

A Trainer card.

public const string Trainer = "Trainer"

Field Value

string