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 |
---|---|
IMetadata |
RecordID
Gets the unique ID of the record.
Declaration
Guid RecordID { get; }
Property Value
Type | Description |
---|---|
System. |