Skip to main content
Corvus Connection

ScriptMetadata

Attribute
TheOmenDen.StreamPulse.Scripting.Attributes.ScriptMetadataAttributeDeclares a script's identity metadata: a display name plus optional description, version, author, and tags. Surfaced in the desktop and used as telemetry tags. The runtime-computed equivalent is IScriptDescriptor; when a script provides both, the interface wins.

Members

5
  • Name
    property
    string Name
    Display name shown in the desktop and used as a telemetry tag.
  • Description
    property
    string Description
    Optional one-line summary of what the script does.
  • Version
    property
    string Version
    Optional author-managed version string (e.g., "1.2.0").
  • Author
    property
    string Author
    Optional author/owner identifier.
  • Tags
    property
    string[] Tags
    Optional free-form tags used for grouping and filtering in the UI.