Class AppDto.ApplicationSecurityRow
Represents strongly named DataRow class.
Inheritance
System.Object
AppDto.ApplicationSecurityRow
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
public class ApplicationSecurityRow : DataRow
Properties
Declaration
public byte[] AllowMask { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
Declaration
public Guid ApplicationId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Declaration
public AppDto.ApplicationRow ApplicationRow { get; set; }
Property Value
Declaration
public byte[] DenyMask { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
Declaration
public string Scope { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SID { get; set; }
Property Value
Type |
Description |
System.String |
|