Class Tags
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
Component
Applied to component elements.
public const string Component = "Component"
Field Value
Container
Applied to container elements.
public const string Container = "Container"
Field Value
ContainerInstance
Applied to container instances in deployment views.
public const string ContainerInstance = "Container Instance"
Field Value
DeploymentNode
Applied to deployment node elements.
public const string DeploymentNode = "Deployment Node"
Field Value
Element
Applied to every element in the model.
public const string Element = "Element"
Field Value
InfrastructureNode
Applied to infrastructure node elements.
public const string InfrastructureNode = "Infrastructure Node"
Field Value
Person
Applied to person elements.
public const string Person = "Person"
Field Value
Relationship
Applied to every relationship in the model.
public const string Relationship = "Relationship"
Field Value
SoftwareSystem
Applied to software system elements.
public const string SoftwareSystem = "Software System"
Field Value
SoftwareSystemInstance
Applied to software system instances in deployment views.
public const string SoftwareSystemInstance = "Software System Instance"
Field Value
Synchronous
Applied to synchronous relationships.
public const string Synchronous = "Synchronous"