Table of Contents

Class DslViews

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

Collects the view definitions that can be imported into a workspace.

public sealed class DslViews
Inheritance
DslViews
Inherited Members

Properties

ComponentViews

The component views to import.

public IList<DslComponentView> ComponentViews { get; set; }

Property Value

IList<DslComponentView>

ContainerViews

The container views to import.

public IList<DslContainerView> ContainerViews { get; set; }

Property Value

IList<DslContainerView>

SystemContextViews

The system context views to import.

public IList<DslSystemContextView> SystemContextViews { get; set; }

Property Value

IList<DslSystemContextView>

SystemLandscapeViews

The system landscape views to import.

public IList<DslSystemLandscapeView> SystemLandscapeViews { get; set; }

Property Value

IList<DslSystemLandscapeView>