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

Interface IRecord

Represents a class that can have metadata assigned to it.

Namespace: Snowflake.Model.Records
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IRecord

Properties

Metadata

Gets the metadata related to this metadata

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

RecordID

Gets the unique ID of the record.

Declaration
Guid RecordID { get; }
Property Value
Type Description
System.Guid
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.