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

Class GameRecord

Inheritance
System.Object
GameRecord
Implements
IGameRecord
IRecord
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.Model.Records
Assembly: Snowflake.Framework.dll
Syntax
public class GameRecord : IGameRecord, IRecord

Properties

Metadata

Declaration
public IMetadataCollection Metadata { get; }
Property Value
Type Description
IMetadataCollection

PlatformID

Declaration
public PlatformId PlatformID { get; }
Property Value
Type Description
PlatformId

RecordID

Declaration
public Guid RecordID { get; }
Property Value
Type Description
System.Guid

Title

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

Implements

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