Class AzManSecureProperty
Inheritance
System.Object
AzManSecureProperty
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class AzManSecureProperty
Constructors
AzManSecureProperty()
Declaration
public AzManSecureProperty()
Properties
AccessMask
Declaration
public string AccessMask { get; set; }
Property Value
Type |
Description |
System.String |
|
AccessName
Declaration
public string AccessName { get; set; }
Property Value
Type |
Description |
System.String |
|
AttributeKey
Declaration
public string AttributeKey { get; set; }
Property Value
Type |
Description |
System.String |
|
AttributeValue
Declaration
public string AttributeValue { get; set; }
Property Value
Type |
Description |
System.String |
|
AuthorizationId
Declaration
public int AuthorizationId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CommandAttributeId
Declaration
public int CommandAttributeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Entity
Declaration
public string Entity { get; set; }
Property Value
Type |
Description |
System.String |
|
Module
Declaration
public string Module { get; set; }
Property Value
Type |
Description |
System.String |
|
ODataAttributeId
Declaration
public int ODataAttributeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SecurePropertyType
Declaration
public AzManSecurePropertyType SecurePropertyType { get; set; }
Property Value
Methods
ShallowCopy()
Declaration
public AzManSecureProperty ShallowCopy()
Returns