Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

All person entities are structured as follows:

entity:

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




  • No labels