CanRead(IUser):Boolean

Checks whether the indicated user may see the ChangeSet.

The indicated user may see and enter the ChangeSet if

  • he is the creator of the ChangeSet,
  • he has the role of user manager or administrator or
  • he is a member in a group which has this permission.

The members of the group can see the ChangeSet and also enter it with the permission. The permissions the members have for the data objects in the group depend on the defined permissions for data objects in the groups.

Return type: System.Boolean

Parameter

user

Type: Onion.Client.IUser

This parameter is the user for whom the permission is to be checked.

If the permission for one's own user is to be checked, then the method CanModify() can be called as an alternative.