Class 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: 13.30.0Syntax
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