1. OG data type - Person

    Article: AN0001739Updated:

    This object is a registered user of the ObjectGears system.

    Object properties

     

    Name Description
    int Id User id.
    string Code Code (unique enterprise identifier) of the user.
    string FullName Full name including titles. It is displayed when there is a  reference to user.
    string FirstName User first name.
    string LastName User last name
    string Email User email.
    int? NotificationLanguageId Language for notifications send to user.
    int? AppLanguageId Language for application localization presented to user.
    string Account User account
    bool LoginEnable Indication, wheather the user can login to ObjectGears system.
    PersonInfo ToPersonInfo() Function converts object Person into the object PersonInfo.

     

×