Class DslWorkspace
Represents a simplified, Structurizr DSL-shaped workspace definition for import.
public sealed class DslWorkspace
- Inheritance
-
DslWorkspace
- Inherited Members
Properties
Description
The imported workspace description.
public string Description { get; set; }
Property Value
Model
The model definition to import.
public DslModel Model { get; set; }
Property Value
Name
The imported workspace name.
public string Name { get; set; }
Property Value
Views
The view definitions to import.
public DslViews Views { get; set; }