Ifd:IfdUser

From dev.ifd-library.org

Jump to: navigation, search

The IfdUser class.

Class attributes:

  • string guid - Global unique identifier
  • string name - The name of the user
  • string email - The email of the user
  • string created_date - The date from which the user became a user of this system
  • string role - The role of the user as defined in the database access group level.
  • IfdOrganization member_of - The organization the person is a member of, can only be member of one organization.

Back to the API

Comments:

Proposal: change IfdUser into IfdPerson; "person" is a generic entity, whereas "user" represents the role of a person or organization. The role is dependent of organization-person relationship, therefore it would be better to create a relationship IfdOrganizationMembers where a member is a person with a distinct role. Kees Woestenenk.