Class SecurityRoleAssignment
  
  
  
  
    Inheritance
    System.Object
    SecurityRoleAssignment
      
      
      
   
  
    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()
    
   
  
  Assembly: Mediachase.Commerce.dll
  Version: 10.8.0
  
  
    public abstract class SecurityRoleAssignment : ICloneable
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    protected SecurityRoleAssignment()
   
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public SecurityCheckMode? CheckMode { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public bool IsOnlyForOwner { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public Principal Principal { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public string RoleName { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public SecurityScope Scope { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  
  
  
  Declaration
  
    public virtual object Clone()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Object | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    protected abstract SecurityRoleAssignment CreateInstance()
   
  Returns
  
  
  
  
  
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        obj | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Overrides
  System.Object.Equals(System.Object)
  
  
  
  
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Overrides
  System.Object.GetHashCode()
  Operators
  
  
  
  
  
  
  
  Declaration
  
    public static bool operator ==(SecurityRoleAssignment x, SecurityRoleAssignment y)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public static bool operator !=(SecurityRoleAssignment x, SecurityRoleAssignment y)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Implements
  
      System.ICloneable