Class ScopeRoleAssignment
Implements
System.ICloneable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Security
Assembly: Mediachase.Commerce.dll
Version: 13.30.0Syntax
public class ScopeRoleAssignment : SecurityRoleAssignment, ICloneable
Constructors
ScopeRoleAssignment(Principal, String, SecurityScope, SecurityCheckMode)
Declaration
public ScopeRoleAssignment(Principal principal, string roleName, SecurityScope scope, SecurityCheckMode checkMode)
Parameters
| Type | Name | Description |
|---|---|---|
| Principal | principal | |
| System.String | roleName | |
| SecurityScope | scope | |
| SecurityCheckMode | checkMode |
Methods
CreateInstance()
Declaration
protected override SecurityRoleAssignment CreateInstance()
Returns
| Type | Description |
|---|---|
| SecurityRoleAssignment |
Overrides
Implements
System.ICloneable