1. OG data type - PersonInfo

    Artikel: AN0001740Aktualisiert:
    Die vorgegebene Sprachenversion vom Artikeltext wird angezeigt, weil es kein Text von der ausgewählten Sprache und Version gibt.

    This object is a simple version of the object Person.

    Object properties 

    Name Description
    int Id User Id.
    string DisplayName Full name of the user. It corresponds to the property Person.FullName.
    PersonInfo(int id, string displayName) Object constructor.
    static PersonInfo Create(int? id, string fullName) Static function creating PersonInfo instance from id and user name.
    static PersonInfo Create(Person person) Static function creating PersonInfo instance from object Person.

     

×