Table of Contents

Class DslComponent

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

Describes a component to import.

public sealed class DslComponent
Inheritance
DslComponent
Inherited Members

Properties

Description

The component 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 component name.

public string Name { get; set; }

Property Value

string

Technology

The component technology.

public string Technology { get; set; }

Property Value

string