Table of Contents

Class DeploymentElement

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

This is the superclass for model elements that describe deployment nodes, infrastructure nodes, and container instances.

[DataContract]
public abstract class DeploymentElement : Element
Inheritance
DeploymentElement
Derived
Inherited Members

Properties

Environment

The deployment environment that this element belongs to.

[DataMember(Name = "environment", EmitDefaultValue = false)]
public string Environment { get; }

Property Value

string

Parent

Gets or sets the parent deployment element in the deployment hierarchy.

public override Element Parent { get; set; }

Property Value

Element