Class SecurityScope
Inheritance
System.Object
SecurityScope
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: 12.17.2
public class SecurityScope : ICloneable
Constructors
Declaration
public SecurityScope(string scopeIdentity)
Parameters
Type |
Name |
Description |
System.String |
scopeIdentity |
|
Properties
Declaration
public string ScopeIdentity { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public virtual object Clone()
Returns
Type |
Description |
System.Object |
|
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 ==(SecurityScope x, SecurityScope y)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public static bool operator !=(SecurityScope x, SecurityScope y)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.ICloneable