Class DslRelationship
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
DestinationId
The identifier of the relationship destination element.
public string DestinationId { get; set; }
Property Value
Id
The optional explicit identifier to preserve.
public string Id { get; set; }
Property Value
InteractionStyle
The interaction style to assign to the relationship.
public InteractionStyle? InteractionStyle { get; set; }
Property Value
SourceId
The identifier of the relationship source element.
public string SourceId { get; set; }
Property Value
Tags
The tags to assign to the relationship.
public IList<string> Tags { get; set; }
Property Value
Technology
The relationship technology.
public string Technology { get; set; }