Table of Contents

Class Tags

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

Defines the built-in tags applied to elements and relationships.

public sealed class Tags
Inheritance
Tags
Inherited Members

Fields

Asynchronous

Applied to asynchronous relationships.

public const string Asynchronous = "Asynchronous"

Field Value

string

Component

Applied to component elements.

public const string Component = "Component"

Field Value

string

Container

Applied to container elements.

public const string Container = "Container"

Field Value

string

ContainerInstance

Applied to container instances in deployment views.

public const string ContainerInstance = "Container Instance"

Field Value

string

DeploymentNode

Applied to deployment node elements.

public const string DeploymentNode = "Deployment Node"

Field Value

string

Element

Applied to every element in the model.

public const string Element = "Element"

Field Value

string

InfrastructureNode

Applied to infrastructure node elements.

public const string InfrastructureNode = "Infrastructure Node"

Field Value

string

Person

Applied to person elements.

public const string Person = "Person"

Field Value

string

Relationship

Applied to every relationship in the model.

public const string Relationship = "Relationship"

Field Value

string

SoftwareSystem

Applied to software system elements.

public const string SoftwareSystem = "Software System"

Field Value

string

SoftwareSystemInstance

Applied to software system instances in deployment views.

public const string SoftwareSystemInstance = "Software System Instance"

Field Value

string

Synchronous

Applied to synchronous relationships.

public const string Synchronous = "Synchronous"

Field Value

string