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

Interface ISerialInfo

Represents a datum matching a serial number to a game name

Namespace: Snowflake.Shiragame
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface ISerialInfo

Properties

PlatformId

Gets the Stone platform ID

Declaration
string PlatformId { get; }
Property Value
Type Description
System.String

Region

Gets the region code

Declaration
string Region { get; }
Property Value
Type Description
System.String

Serial

Gets the game serials

Declaration
string Serial { get; }
Property Value
Type Description
System.String

Title

Gets the canonical game name

Declaration
string Title { get; }
Property Value
Type Description
System.String
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.