Click or drag to resize

Person Class

Information about a person.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.Account.PersonPerson
Namespace:  ASI.TAM.API.Data.UI.Account.Person
Assembly:  ASI.TAM.API.Data.UI.Account.Person (in ASI.TAM.API.Data.UI.Account.Person.dll) Version: 2021.1.0.1
Syntax
public class Person

The Person type exposes the following members.

Properties
  NameDescription
Public propertydate_of_birth
Date of birth of the person.
Public propertydriver_license_number
Driver's license number of the person.
Public propertyfirst_name
First name of the person.
Public propertylast_name
Last name of the person.
Public propertymiddle_name
Middle name of the person.
Public propertyperson_contacts
Contacts of the person.
Public propertyperson_guid
Unique identifier used to specify the person.
Public propertyprefix
Prefix of the person's name.
Public propertysuffix
Suffix of the person's name.
Top
See Also