Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NSUserInfo
Bool GetCanLogon()
NSUserInfo thing; Bool canLogon = thing.GetCanLogon();
Bool GetDeleted()
NSUserInfo thing; Bool deleted = thing.GetDeleted();
Integer GetEjUserId()
NSUserInfo thing; Integer ejUserId = thing.GetEjUserId();
String[] GetGrantedLicenses()
NSUserInfo thing; String[] grantedLicenses = thing.GetGrantedLicenses();
Integer GetPersonId()
NSUserInfo thing; Integer personId = thing.GetPersonId();
Integer GetRank()
NSUserInfo thing; Integer rank = thing.GetRank();
String GetRoleName()
NSUserInfo thing; String roleName = thing.GetRoleName();
String GetRoleTooltip()
NSUserInfo thing; String roleTooltip = thing.GetRoleTooltip();
String GetTooltip()
NSUserInfo thing; String tooltip = thing.GetTooltip();
Integer GetUserGroupId()
NSUserInfo thing; Integer userGroupId = thing.GetUserGroupId();
String GetUserGroupName()
NSUserInfo thing; String userGroupName = thing.GetUserGroupName();
String GetUserGroupTooltip()
NSUserInfo thing; String userGroupTooltip = thing.GetUserGroupTooltip();
Integer GetUserInfoId()
NSUserInfo thing; Integer userInfoId = thing.GetUserInfoId();
String GetUserName()
NSUserInfo thing; String userName = thing.GetUserName();
Integer GetUserType()
NSUserInfo thing; Integer userType = thing.GetUserType();
Void SetCanLogon(Bool canLogon)
NSUserInfo thing; Bool canLogon; thing.SetCanLogon(canLogon);
Void SetDeleted(Bool deleted)
NSUserInfo thing; Bool deleted; thing.SetDeleted(deleted);
Void SetEjUserId(Integer ejUserId)
NSUserInfo thing; Integer ejUserId; thing.SetEjUserId(ejUserId);
Void SetGrantedLicenses(String[] grantedLicenses)
NSUserInfo thing; String[] grantedLicenses; thing.SetGrantedLicenses(grantedLicenses);
Void SetPersonId(Integer personId)
NSUserInfo thing; Integer personId; thing.SetPersonId(personId);
Void SetRank(Integer rank)
NSUserInfo thing; Integer rank; thing.SetRank(rank);
Void SetRoleName(String roleName)
NSUserInfo thing; String roleName; thing.SetRoleName(roleName);
Void SetRoleTooltip(String roleTooltip)
NSUserInfo thing; String roleTooltip; thing.SetRoleTooltip(roleTooltip);
Void SetTooltip(String tooltip)
NSUserInfo thing; String tooltip; thing.SetTooltip(tooltip);
Void SetUserGroupId(Integer userGroupId)
NSUserInfo thing; Integer userGroupId; thing.SetUserGroupId(userGroupId);
Void SetUserGroupName(String userGroupName)
NSUserInfo thing; String userGroupName; thing.SetUserGroupName(userGroupName);
Void SetUserGroupTooltip(String userGroupTooltip)
NSUserInfo thing; String userGroupTooltip; thing.SetUserGroupTooltip(userGroupTooltip);
Void SetUserInfoId(Integer userInfoId)
NSUserInfo thing; Integer userInfoId; thing.SetUserInfoId(userInfoId);
Void SetUserName(String userName)
NSUserInfo thing; String userName; thing.SetUserName(userName);
Void SetUserType(Integer userType)
NSUserInfo thing; Integer userType; thing.SetUserType(userType);
Related topics