Table of Contents

Class DslRelationship

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

Describes a relationship to import.

public sealed class DslRelationship
Inheritance
DslRelationship
Inherited Members

Properties

Description

The relationship description.

public string Description { get; set; }

Property Value

string

DestinationId

The identifier of the relationship destination element.

public string DestinationId { get; set; }

Property Value

string

Id

The optional explicit identifier to preserve.

public string Id { get; set; }

Property Value

string

InteractionStyle

The interaction style to assign to the relationship.

public InteractionStyle? InteractionStyle { get; set; }

Property Value

InteractionStyle?

SourceId

The identifier of the relationship source element.

public string SourceId { get; set; }

Property Value

string

Tags

The tags to assign to the relationship.

public IList<string> Tags { get; set; }

Property Value

IList<string>

Technology

The relationship technology.

public string Technology { get; set; }

Property Value

string