All person entities are structured as follows:
entity
:
The unique identifier for the person[int]
Id:[string] Login:
The login information associated with the person[string] Email:
The email address associated with the person
The password associated with the person[string]
Password:
The first name of the person[string]
FirstName:
The last name of the person[string]
LastName:
The creation date of the network owned by the person. See DateTime for more information about this data type.[
CreationDate:DateTime
]
The last date on which the network owned by the person was modified. See DateTime for more information about this data type.
LastModifiedDate:[
DateTime
]