Class SerialInfo
Represents a datum matching a serial number to a game name
Inheritance
System.Object
SerialInfo
Implements
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. |
Region
Gets the region code
Declaration
public string Region { get; }
Property Value
Type | Description |
---|---|
System. |
Serial
Gets the game serials
Declaration
public string Serial { get; }
Property Value
Type | Description |
---|---|
System. |
Title
Gets the canonical game name
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
System. |