User_Aggregation_Permissions Class
Maintains a list of item aggregationPermissions, along with the rights the current user
has over items in that aggregation and the actual item aggregation pages
Namespace: SobekCM.Core.UsersAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[DataContractAttribute]
public class User_Aggregation_Permissions : iSerializationEvents |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Add(User_Permissioned_Aggregation) | Adds a new aggregation to the list of aggregationPermissions linked here, with detailed permissions |
| Add(String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) | Adds a new aggregation to the list of aggregationPermissions linked here, with detailed permissions |
| Clear | Clears all of the aggregation information collected here |
| PostUnSerialization | Class is called by the serializer after an item is unserialized |
Properties
| Name | Description |
---|
| Aggregations | Gets the collection of user editable item aggregationPermissions |
| Item | Gets the information about detailed permissions for this user over an aggregation |
See Also