ImagingTools Core SDK
Public Types | List of all members
imtauth::IPersonBaseInfoabstract

#include <IPersonBaseInfo.h>

Inherits imtauth::IContactBaseInfo.

Inherited by imtauth::CPersonBaseInfo [virtual], and imtauth::IPersonInfo [virtual].

Public Types

enum  MetaInfoTypes {
  MIT_MAIL = idoc::IDocumentMetaInfo::MIT_USER + 1 , MIT_GENDER_TYPE , MIT_BIRTHDAY , MIT_FIRST_NAME ,
  MIT_LAST_NAME , MIT_NICKNAME
}
 

Detailed Description

Interface describing the contact information.

Definition at line 27 of file IPersonBaseInfo.h.

Member Enumeration Documentation

◆ MetaInfoTypes

Enumerator
MIT_MAIL 

Contact email given as QString.

MIT_GENDER_TYPE 

Contact gender type given as GenderType.

MIT_BIRTHDAY 

Contact birthday given as QDate.

MIT_FIRST_NAME 

Contact first name given as QString.

MIT_LAST_NAME 

Contact last name given as QString.

MIT_NICKNAME 

Contact nickname given as QString.

Definition at line 50 of file IPersonBaseInfo.h.