Click or drag to resize

RolePermAssignmentDefinition Class

Allows assigning a permission level to a MatchPoint workspace role.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Provisioning.ObjectDefinitionsBasePermAssignmentDefinition
    Colygon.MatchPoint.Provisioning.ObjectDefinitionsRolePermAssignmentDefinition

Namespace:  Colygon.MatchPoint.Provisioning.ObjectDefinitions
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public class RolePermAssignmentDefinition : BasePermAssignmentDefinition

The RolePermAssignmentDefinition type exposes the following members.

Constructors
  NameDescription
Public methodRolePermAssignmentDefinition
Initializes a new instance of the RolePermAssignmentDefinition class
Top
Methods
  NameDescription
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPermissionLevel (Inherited from BasePermAssignmentDefinition.)
Public methodGetPrincipals (Overrides BasePermAssignmentDefinitionGetPrincipals(ProvisioningContext).)
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 (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldPermissionLevel
Specifies the SharePoint permission level for the current role.
(Inherited from BasePermAssignmentDefinition.)
Public fieldRole
Specifies the name of the role.
Top
Remarks
This object can be used within all BaseObjectDefinition configuration classes.

User role assignments are ensured during workspace creation based on the role definitions within the workspace template.

See Also