RolePermissionAssignments Class |
Namespace: Colygon.MatchPoint.Workspaces.Roles
public class RolePermissionAssignments : IRolePermissionAssignments, IEnumerable<IRolePermissionAssignment>, IEnumerable
The RolePermissionAssignments type exposes the following members.
Name | Description | |
---|---|---|
Item | Returns a list of SPRoleDefinition objects which contains the permission levels of the specified role. |
Name | Description | |
---|---|---|
Add | Adds a role with the specified name and permission levels to this object. | |
Clear | Clears all role permission assignments. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator | Returns an enumerator for this RolePermissionAssignments object. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Update | Writes the role permission assignments for this object. |
Name | Description | |
---|---|---|
InheritRoleAssignments | Gets or sets whether this container inherits role permission assignments from the parent container. |