MpUserXMgrUIUserInfoType

<< 点击显示目录 >>

主页  mappServices帮助手册 > mapp UserX: 使用用户角色系统的用户管理 > > 数据类型和枚举类型 > 数据类型 >

MpUserXMgrUIUserInfoType

mapp Services V5.16

提供关于一个用户的信息

Parameter

Data type

说明

UserName

WSTRING[50]

用于登录的用户名

VC4连接。 来自 字符串 的数据点

FullName

WSTRING[100]

完整的用户名

VC4连接。来字符串 的数据

Roles

ARRAY[0..9] of UINT

用户存在的角色

VC4连接。 IndexDatapoint from Text (角色的文本组)

Locked

BOOL

用户被封锁了

VC4连接。 IndexDatapoint from Bitmap (BitmapGroup for locked)

Expired

BOOL

用户密码过期

VC4连接。 IndexDatapoint from Bitmap (BitmapGroup for expired)

RemainingAttempts

USINT

在用户被封杀之前,还剩下多少次登录尝试?

VC4连接。来数字 的数据

Language

STRING[20]

偏好的语言

VC4连接:数据点来自数字 IndexDatapoint from Text (语言的文本组)

DisplayUnit

STRING[20]

首选单位

VC4连接。 IndexDatapoint from Text (text group for units)

Creation

DATE_AND_TIME

创建该用户的日期和时间

VC4连接。来DateTime 的数据

FirstLogin

DATE_AND_TIME

第一次登录的日期和时间

VC4连接。来DateTime 的数据

LastLogin

DATE_AND_TIME

最后一次登录的日期和时间

VC4连接。来DateTime 的数据

PasswordExpired

DATE_AND_TIME

指定密码过期的日期和时间。

VC4连接。 来自 DateTime的数据点

AdditionalData

MpUserXMgrUIAdditionalDataType

额外的用户信息。

 

ui_usermgruiuserinfotype