Table of Contents

Class Enterprise

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

Represents the enterprise boundary that owns the software systems in a model.

[DataContract]
public sealed class Enterprise
Inheritance
Enterprise
Inherited Members

Constructors

Enterprise(string)

Initializes an enterprise with the specified display name.

public Enterprise(string name)

Parameters

name string

The enterprise name.

Exceptions

ArgumentException

Thrown when name is null, empty, or whitespace.

Properties

Name

The name of this enterprise.

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

Property Value

string