| IUserInfo Methods |
The IUserInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ContainsColumn |
Returns true if the object contains specified column.
(Inherited from IDataContainer.) | |
| FilterSearchResults |
Filters the user search results
| |
| GetValue |
Returns value of column.
(Inherited from ISimpleDataContainer.) | |
| CheckPrivilegeLevel |
Returns true if user fulfils the required privilege level (the higher level contains all children: GlobalAdmin -> Admin -> Editor -> None)
| |
| IsAuthorizedPerClassName |
Checks whether the user is authorized for given class name and permission, returns true if so.
| |
| IsAuthorizedPerResource |
Returns true if given user is granted with specified permission.
| |
| IsPublic |
Returns true if the user is public user record.
| |
| SetValue |
Sets value of column.
(Inherited from ISimpleDataContainer.) | |
| TryGetValue |
Returns value of column.
(Inherited from IDataContainer.) |
| Name | Description | |
|---|---|---|
| CheckRequiredColumns |
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.) | |
| ToJSON |
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.) | |
| ToXML |
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.) |