Interface IGameRecord
Represents a game as a collection of IRecord
Namespace: Snowflake.Model.Records.Game
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IGameRecord : IRecord
Properties
PlatformID
Gets the Stone platform ID of this record
Declaration
PlatformId PlatformID { get; }
Property Value
Type | Description |
---|---|
Platform |
Title
Gets or sets the title of the game (must be equivalent to "game_title" Metadata)
Declaration
string Title { get; set; }
Property Value
Type | Description |
---|---|
System. |