SaaS CMS has officially launched! Learn more now.

Class OnlyForOwnerRoleAssignment

Inheritance
System.Object
OnlyForOwnerRoleAssignment
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 OnlyForOwnerRoleAssignment : SecurityRoleAssignment, ICloneable

Constructors

OnlyForOwnerRoleAssignment(Principal, String)

Declaration
public OnlyForOwnerRoleAssignment(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