Class DslSoftwareSystem
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
Description
The software system description.
public string Description { get; set; }
Property Value
Id
The optional explicit identifier to preserve.
public string Id { get; set; }
Property Value
Location
The location to assign to the software system.
public Location? Location { get; set; }
Property Value
Name
The software system name.
public string Name { get; set; }