Class MediaBlocksPipelineInfoDocument
- Assembly
- VisioForge.Core.dll
Document-level description of one pipeline: identity, name and pipeline-wide settings.
public class MediaBlocksPipelineInfoDocumentInheritance
Inherited Members
Properties
ExtensionData
Gets unknown properties that survive load/save without loss.
[JsonExtensionData]
public Dictionary<string, JsonElement> ExtensionData { get; set; }Property Value
Id
Gets or sets the stable unique identifier of the pipeline.
public Guid Id { get; set; }Property Value
Name
Gets or sets the human-readable pipeline name.
public string Name { get; set; }Property Value
Settings
Gets or sets pipeline-wide settings as raw JSON. Typed binding is added with block descriptors.
public JsonElement? Settings { get; set; }