Table of Contents

Class DslPerson

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

Describes a person to import.

public sealed class DslPerson
Inheritance
DslPerson
Inherited Members

Properties

Description

The person description.

public string Description { get; set; }

Property Value

string

Id

The optional explicit identifier to preserve.

public string Id { get; set; }

Property Value

string

Location

The location to assign to the person.

public Location? Location { get; set; }

Property Value

Location?

Name

The person name.

public string Name { get; set; }

Property Value

string