• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

Interface IGameRecord

Represents a game as a collection of IRecordMetadata.

Inherited Members
IRecord.Metadata
IRecord.RecordID
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
PlatformId

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.String
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.