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.) |
![]() | 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 | |
---|---|---|
![]() | CopyTo |
Copies the data of specified columns of the source object to the target object.
(Defined by DataExtensions.) |
![]() | 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.) |