Class GameMetadataKeys
A list of standard keys for game metadata
Inheritance
System.Object
GameMetadataKeys
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)
System.Object.ToString()
Namespace: Snowflake.Model.Records.Game
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public static class GameMetadataKeys
Fields
Deleted
If game_deleted is "true", the game is deleted. If it is not present, or set to any other string, the game is not deleted.
Declaration
public static readonly string Deleted
Field Value
Type | Description |
---|---|
System. |
Description
A game description
Declaration
public static readonly string Description
Field Value
Type | Description |
---|---|
System. |
Platform
The platform of the game
Declaration
public static readonly string Platform
Field Value
Type | Description |
---|---|
System. |
Publisher
The game's publisher
Declaration
public static readonly string Publisher
Field Value
Type | Description |
---|---|
System. |
Region
The game's region
Declaration
public static readonly string Region
Field Value
Type | Description |
---|---|
System. |
ReleaseDate
The game's release date
Declaration
public static readonly string ReleaseDate
Field Value
Type | Description |
---|---|
System. |
Title
The title of the game
Declaration
public static readonly string Title
Field Value
Type | Description |
---|---|
System. |