London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class CatalogEntryInventoryDto.CatalogEntryInventoryRow

Represents strongly named DataRow class.

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

Properties

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

IsCatalogEntryCodeNull()

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

IsInventoryStatusNull()

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

SetCatalogEntryCodeNull()

Declaration
public void SetCatalogEntryCodeNull()

SetInventoryStatusNull()

Declaration
public void SetInventoryStatusNull()