Table of Contents

Class DslSoftwareSystem

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

Describes a software system to import.

public sealed class DslSoftwareSystem
Inheritance
DslSoftwareSystem
Inherited Members

Properties

Containers

The containers to import under the software system.

public IList<DslContainer> Containers { get; set; }

Property Value

IList<DslContainer>

Description

The software system description.

public string Description { get; set; }

Property Value

string

Id

The optional explicit identifier to preserve.

public string Id { get; set; }

Property Value

string

Location

The location to assign to the software system.

public Location? Location { get; set; }

Property Value

Location?

Name

The software system name.

public string Name { get; set; }

Property Value

string