Skip to main content

%MFT.UserList

persistent class %MFT.UserList extends %Library.Persistent, %XML.Adaptor

SQL Table Name: %MFT.UserList

%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.

Property Inventory

Properties

property Users as list of %MFT.UserInfo;
Users is a list of users.
Property methods: UsersBuildValueArray(), UsersCollectionToDisplay(), UsersCollectionToOdbc(), UsersDisplayToCollection(), UsersGet(), UsersGetObject(), UsersGetObjectId(), UsersGetStored(), UsersGetSwizzled(), UsersIsValid(), UsersOdbcToCollection(), UsersSet(), UsersSetObject(), UsersSetObjectId()

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (%MFT.UserList)

^MFT.UserListD(ID)
=
%%CLASSNAME
Users
FeedbackOpens in a new tab