Class CatalogEntryInventoryDto.CatalogEntryInventoryRow

Represents strongly named DataRow class.

Inheritance
System.Object
CatalogEntryInventoryDto.CatalogEntryInventoryRow
Namespace: Mediachase.Commerce.Inventory.Database
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class CatalogEntryInventoryRow : DataRow

Properties

ApplicationId

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

CatalogEntryCode

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

CatalogEntryInventoryId

Declaration
public long CatalogEntryInventoryId { get; set; }
Property Value
Type Description
System.Int64

InventoryStatus

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

Methods

IsApplicationIdNull()

Declaration
public bool IsApplicationIdNull()
Returns
Type Description
System.Boolean

IsCatalogEntryCodeNull()

Declaration
public bool IsCatalogEntryCodeNull()
Returns
Type Description
System.Boolean

IsInventoryStatusNull()

Declaration
public bool IsInventoryStatusNull()
Returns
Type Description
System.Boolean

SetApplicationIdNull()

Declaration
public void SetApplicationIdNull()

SetCatalogEntryCodeNull()

Declaration
public void SetCatalogEntryCodeNull()

SetInventoryStatusNull()

Declaration
public void SetInventoryStatusNull()