Table of Contents

Class DslWorkspace

Namespace
C4.Net.Dsl
Assembly
C4.Net.Core.dll

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

string

Model

The model definition to import.

public DslModel Model { get; set; }

Property Value

DslModel

Name

The imported workspace name.

public string Name { get; set; }

Property Value

string

Views

The view definitions to import.

public DslViews Views { get; set; }

Property Value

DslViews