Table of Contents

Interface IMetadata

Namespace
Aplib.Core
Assembly
Aplib.Core.dll

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

string

Id

Gets the unique identifier of the instance.

Guid Id { get; }

Property Value

Guid

Name

Gets the name used to display the instance.

string? Name { get; }

Property Value

string