Table of Contents

Interface IDocumented

Namespace
Aplib.Core
Assembly
Aplib.Core.dll

Represents an object that contains general information on an instance, such as IMetadata.

public interface IDocumented

Properties

Metadata

Gets the metadata of the instance. This metadata may be useful for debugging or logging.

IMetadata Metadata { get; }

Property Value

IMetadata