Interface IGameRecordQuery
Represents the queryable view of an IGame
Namespace: Snowflake.Model.Records.Game
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IGameRecordQuery
Properties
Metadata
Queries the metadata associated with this record.
Declaration
IEnumerable<IRecordMetadataQuery> Metadata { get; }
Property Value
Type | Description |
---|---|
System. |
PlatformID
Gets the Stone platform ID of this record
Declaration
PlatformId PlatformID { get; }
Property Value
Type | Description |
---|---|
Platform |
RecordID
The RecordID of the Game Record
Declaration
Guid RecordID { get; }
Property Value
Type | Description |
---|---|
System. |