Class AppDto.ApplicationSecurityRow

Represents strongly named DataRow class.

Inheritance
System.Object
AppDto.ApplicationSecurityRow
Namespace: Mediachase.Commerce.Core.Dto
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class ApplicationSecurityRow : DataRow

Properties

AllowMask

Declaration
public byte[] AllowMask { get; set; }
Property Value
Type Description
System.Byte[]

ApplicationId

Declaration
public Guid ApplicationId { get; set; }
Property Value
Type Description
System.Guid

ApplicationRow

Declaration
public AppDto.ApplicationRow ApplicationRow { get; set; }
Property Value
Type Description
AppDto.ApplicationRow

DenyMask

Declaration
public byte[] DenyMask { get; set; }
Property Value
Type Description
System.Byte[]

Scope

Declaration
public string Scope { get; set; }
Property Value
Type Description
System.String

SID

Declaration
public string SID { get; set; }
Property Value
Type Description
System.String