Class GlobalRoleAssignment
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: 10.8.0Syntax
public class GlobalRoleAssignment : SecurityRoleAssignment, ICloneable
  Constructors
GlobalRoleAssignment(Principal, String)
Declaration
public GlobalRoleAssignment(Principal principal, string roleName)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Principal | principal | |
| System.String | roleName | 
Methods
CreateInstance()
Declaration
protected override SecurityRoleAssignment CreateInstance()
  Returns
| Type | Description | 
|---|---|
| SecurityRoleAssignment | 
Overrides
Implements
      System.ICloneable