Table of Contents

Class DslContainer

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

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

IList<DslComponent>

Description

The container description.

public string Description { get; set; }

Property Value

string

Id

The optional explicit identifier to preserve.

public string Id { get; set; }

Property Value

string

Name

The container name.

public string Name { get; set; }

Property Value

string

Technology

The container technology.

public string Technology { get; set; }

Property Value

string