Class DslViews
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
ContainerViews
The container views to import.
public IList<DslContainerView> ContainerViews { get; set; }
Property Value
SystemContextViews
The system context views to import.
public IList<DslSystemContextView> SystemContextViews { get; set; }
Property Value
SystemLandscapeViews
The system landscape views to import.
public IList<DslSystemLandscapeView> SystemLandscapeViews { get; set; }