Class DslContainer
Describes a container to import.
public sealed class DslContainer
- Inheritance
-
DslContainer
- Inherited Members
Properties
Components
The components to import under the container.
public IList<DslComponent> Components { get; set; }
Property Value
Description
The container description.
public string Description { get; set; }
Property Value
Id
The optional explicit identifier to preserve.
public string Id { get; set; }
Property Value
Name
The container name.
public string Name { get; set; }
Property Value
Technology
The container technology.
public string Technology { get; set; }