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

Class SerialInfo

Represents a datum matching a serial number to a game name

Inheritance
System.Object
SerialInfo
Implements
ISerialInfo
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.Shiragame
Assembly: Snowflake.Framework.dll
Syntax
public class SerialInfo : ISerialInfo

Properties

PlatformId

Gets the Stone platform ID

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

Region

Gets the region code

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

Serial

Gets the game serials

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

Title

Gets the canonical game name

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

Implements

ISerialInfo
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.