Try our conversational search powered by Generative AI!

Class PickListDto.PickListRow

Represents strongly named DataRow class.

Inheritance
System.Object
PickListDto.PickListRow
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class PickListRow : DataRow

Properties

Created

Declaration
public DateTime Created { get; set; }
Property Value
Type Description
System.DateTime

CreatedBy

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

Name

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

PickListId

Declaration
public int PickListId { get; set; }
Property Value
Type Description
System.Int32

WarehouseCode

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

Methods

IsCreatedByNull()

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

IsWarehouseCodeNull()

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

SetCreatedByNull()

Declaration
public void SetCreatedByNull()

SetWarehouseCodeNull()

Declaration
public void SetWarehouseCodeNull()