Class CatalogDto.CatalogSecurityRow
Represents strongly named DataRow class.
Inheritance
System.Object
CatalogDto.CatalogSecurityRow
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
public class CatalogSecurityRow : DataRow
Properties
Declaration
public byte[] AllowMask { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
Declaration
public int CatalogId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public CatalogDto.CatalogRow CatalogRow { get; set; }
Property Value
Declaration
public byte[] DenyMask { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
Declaration
public string RoleName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public short ScopeId { get; set; }
Property Value
Type |
Description |
System.Int16 |
|