继承自 Object .
|
|
| IdentityProperties () |
| | 构造函数。
|
| |
| | IdentityProperties (const wchar_t *corporation, const wchar_t *email, const wchar_t *login_name, const wchar_t *name, const wchar_t *first_name, const wchar_t *last_name, const wchar_t *title, const wchar_t *department) |
| | 构造函数,带参数。 更多...
|
| |
| | IdentityProperties (const IdentityProperties &id_properities) |
| | 构造函数,使用另一个身份属性对象。 更多...
|
| |
| void | Set (const wchar_t *corporation, const wchar_t *email, const wchar_t *login_name, const wchar_t *name, const wchar_t *first_name, const wchar_t *last_name, const wchar_t *title, const wchar_t *department) |
| | 设置值。 更多...
|
| |
◆ IdentityProperties() [1/2]
| foxit::IdentityProperties::IdentityProperties |
( |
const wchar_t * |
corporation, |
|
|
const wchar_t * |
email, |
|
|
const wchar_t * |
login_name, |
|
|
const wchar_t * |
name, |
|
|
const wchar_t * |
first_name, |
|
|
const wchar_t * |
last_name, |
|
|
const wchar_t * |
title, |
|
|
const wchar_t * |
department |
|
) |
| |
|
inline |
构造函数,带参数。
- 参数
-
| [in] | corporation | 公司名称。 |
| [in] | email | 电子邮件地址。 |
| [in] | login_name | 登录名称。通常是用于登录当前操作系统的名称。 |
| [in] | name | 用户名称。 |
| [in] | first_name | 用户名字。 |
| [in] | last_name | 用户姓氏。 |
| [in] | title | 用户职位。 |
| [in] | department | 部门名称。 |
◆ IdentityProperties() [2/2]
| foxit::IdentityProperties::IdentityProperties |
( |
const IdentityProperties & |
id_properities | ) |
|
|
inline |
构造函数,使用另一个身份属性对象。
- 参数
-
| [in] | id_properities | 另一个身份属性对象。 |
◆ Set()
| void foxit::IdentityProperties::Set |
( |
const wchar_t * |
corporation, |
|
|
const wchar_t * |
email, |
|
|
const wchar_t * |
login_name, |
|
|
const wchar_t * |
name, |
|
|
const wchar_t * |
first_name, |
|
|
const wchar_t * |
last_name, |
|
|
const wchar_t * |
title, |
|
|
const wchar_t * |
department |
|
) |
| |
|
inline |
设置值。
- 参数
-
| [in] | corporation | 公司名称。 |
| [in] | email | 电子邮件地址。 |
| [in] | login_name | 登录名称。通常是用于登录当前操作系统的名称。 |
| [in] | name | 用户名称。 |
| [in] | first_name | 用户名字。 |
| [in] | last_name | 用户姓氏。 |
| [in] | title | 用户职位。 |
| [in] | department | 部门名称。 |
- 返回
- 无返回值。