persistent class %MFT.UserList
extends %Persistent, %XML.Adaptor
%MFT.UserList lists all users defined for this enterprise or team.
Note: Even though this class is in IRISLIB, the storage is in the namespace which creates the instance.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
1
|
|
|
|
|
|
property Users
as list of %MFT.UserInfo;
Users is a list of users.