Defines the name for a person
Inheritance Hierarchy
PASI.DataContract.V2017.Name
Namespace: PASI.DataContract.V2017
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The Name type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Name |
Properties
Name | Description | |
---|---|---|
![]() | FirstName | (Required)
The first name of the person
|
![]() | LastName | (Required)
The last name of the person
|
![]() | LastUpdateUtcTime |
The UTC time the name was last modified. This value is ignored when creating or updating a name.
|
![]() | MiddleName |
The middle name of the person
|
![]() | RefId | (Required)
The unique identifier for the name record
|
![]() ![]() | Suffix |
The suffix for the name if applicable
|
See Also