Interface IMetadata
A collection of generic metadata for unique instances which should help visualize the instance with human-readable information. This metadata may be useful for debugging or logging.
public interface IMetadata
Properties
Description
Gets the description used to describe the instance.
string? Description { get; }
Property Value
Id
Gets the unique identifier of the instance.
Guid Id { get; }
Property Value
Name
Gets the name used to display the instance.
string? Name { get; }