Table of Contents

Class DslModel

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

Represents the DSL-shaped model portion of an imported workspace.

public sealed class DslModel
Inheritance
DslModel
Inherited Members

Properties

Enterprise

The optional enterprise name for the imported model.

public string Enterprise { get; set; }

Property Value

string

People

The people to import.

public IList<DslPerson> People { get; set; }

Property Value

IList<DslPerson>

Relationships

The relationships to import.

public IList<DslRelationship> Relationships { get; set; }

Property Value

IList<DslRelationship>

SoftwareSystems

The software systems to import.

public IList<DslSoftwareSystem> SoftwareSystems { get; set; }

Property Value

IList<DslSoftwareSystem>