Class DslPerson
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
Id
The optional explicit identifier to preserve.
public string Id { get; set; }
Property Value
Location
The location to assign to the person.
public Location? Location { get; set; }
Property Value
Name
The person name.
public string Name { get; set; }