Class AzManAuthorization
Inheritance
System.Object
AzManAuthorization
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()
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class AzManAuthorization
Constructors
AzManAuthorization()
Declaration
public AzManAuthorization()
Properties
AuthorizationId
Declaration
public int AuthorizationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AuthorizationType
Declaration
public AzManAuthorizationType AuthorizationType { get; set; }
Property Value
Type | Description |
---|---|
AzManAuthorizationType |
AzManItem
Declaration
public AzManItem AzManItem { get; set; }
Property Value
Type | Description |
---|---|
AzManItem |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OwnerSidWhereDefined
Declaration
public AzManWhereDefined OwnerSidWhereDefined { get; set; }
Property Value
Type | Description |
---|---|
AzManWhereDefined |
ParentName
Declaration
public string ParentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SidWhereDefined
Declaration
public AzManWhereDefined SidWhereDefined { get; set; }
Property Value
Type | Description |
---|---|
AzManWhereDefined |