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. |
Region
Gets the region code
Declaration
string Region { get; }
Property Value
Type | Description |
---|---|
System. |
Serial
Gets the game serials
Declaration
string Serial { get; }
Property Value
Type | Description |
---|---|
System. |
Title
Gets the canonical game name
Declaration
string Title { get; }
Property Value
Type | Description |
---|---|
System. |