SaaS CMS has officially launched! Learn more now.

Class GlobalRoleAssignment

Inheritance
System.Object
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: 11.8.3
Syntax
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