Namespace Snowflake.Model.Records
Classes
FileRecord
GameRecord
MetadataCollection
RecordMetadata
Interfaces
IMetadataCollection
Represents a collection of metadata
IRecord
Represents a class that can have metadata assigned to it.
IRecordMetadata
Represents a piece of metadata for a game or a file.
A record metadata is equal to another instance if the key and record guid are the same,
or if otherwise the metadata guid are the same.
A record metadata with the same key and record guid should produce the same guid every time,
equality is not dependent on the value of the metadata.
IRecordMetadataQuery
Represents a queryable view over metadata within a IGame