Class DslModel
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
People
The people to import.
public IList<DslPerson> People { get; set; }
Property Value
Relationships
The relationships to import.
public IList<DslRelationship> Relationships { get; set; }
Property Value
SoftwareSystems
The software systems to import.
public IList<DslSoftwareSystem> SoftwareSystems { get; set; }