Class CardCategories
- Namespace
- TcgDex.Models
- Assembly
- TcgDex.CSharpSdk.dll
The card categories the API currently returns.
public static class CardCategoriesInheritance
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
Pokemon
A Pokémon card.
public const string Pokemon = "Pokemon"Field Value
Trainer
A Trainer card.
public const string Trainer = "Trainer"