Interface IGameRecordQuery
Represents the queryable view of an IGameRecord within an IGameLibrary.
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.Collections.Generic.IEnumerable<IRecordMetadataQuery> |
PlatformID
Gets the Stone platform ID of this record
Declaration
PlatformId PlatformID { get; }
Property Value
| Type | Description |
|---|---|
| PlatformId |
RecordID
The RecordID of the Game Record
Declaration
Guid RecordID { get; }
Property Value
| Type | Description |
|---|---|
| System.Guid |