Click or drag to resize

RolePermissionAssignments Class

Represents a collection of RolePermissionAssignment objects.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Workspaces.RolesRolePermissionAssignments

Namespace:  Colygon.MatchPoint.Workspaces.Roles
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public class RolePermissionAssignments : IRolePermissionAssignments, 
	IEnumerable<IRolePermissionAssignment>, IEnumerable

The RolePermissionAssignments type exposes the following members.

Properties
  NameDescription
Public propertyItem
Returns a list of SPRoleDefinition objects which contains the permission levels of the specified role.
Top
Methods
  NameDescription
Public methodAdd
Adds a role with the specified name and permission levels to this object.
Public methodClear
Clears all role permission assignments.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator for this RolePermissionAssignments object.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Writes the role permission assignments for this object.
Top
Fields
  NameDescription
Public fieldInheritRoleAssignments
Gets or sets whether this container inherits role permission assignments from the parent container.
Top
See Also