Class ParameterMetadataBase
- Namespace
- SemanticPluginForge.Core
- Assembly
- SemanticPluginForge.Core.dll
Base class for parameter metadata, containing common properties.
public abstract class ParameterMetadataBase
- Inheritance
-
ParameterMetadataBase
- Derived
- Inherited Members
Properties
Description
Gets a description of the parameter, suitable for use in describing the purpose to a model.
public string? Description { get; init; }