Table of Contents

Class DslViewDefinition

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

Provides the common fields shared by imported view definitions.

public abstract class DslViewDefinition
Inheritance
DslViewDefinition
Derived
Inherited Members

Properties

Description

The description to assign to the imported view.

public string Description { get; set; }

Property Value

string

ElementIds

The element identifiers to place into the imported view.

public IList<string> ElementIds { get; set; }

Property Value

IList<string>

Key

The view key to assign in the imported workspace.

public string Key { get; set; }

Property Value

string