Class WarehouseDto.WarehouseRow

Represents strongly named DataRow class.

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

Properties

ApplicationId

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

City

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

Code

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

CountryCode

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

CountryName

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

Created

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

CreatorId

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

DaytimePhoneNumber

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

Email

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

EveningPhoneNumber

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

FaxNumber

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

FirstName

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

FulfillmentPriorityOrder

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

IsActive

Declaration
public bool IsActive { get; set; }
Property Value
Type Description
System.Boolean

IsDeliveryLocation

Declaration
public bool IsDeliveryLocation { get; set; }
Property Value
Type Description
System.Boolean

IsFulfillmentCenter

Declaration
public bool IsFulfillmentCenter { get; set; }
Property Value
Type Description
System.Boolean

IsPickupLocation

Declaration
public bool IsPickupLocation { get; set; }
Property Value
Type Description
System.Boolean

IsPrimary

Declaration
public bool IsPrimary { get; set; }
Property Value
Type Description
System.Boolean

LastName

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

Line1

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

Line2

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

Modified

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

ModifierId

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

Name

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

Organization

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

PostalCode

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

RegionCode

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

RegionName

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

SortOrder

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

State

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

WarehouseId

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

Methods

IsApplicationIdNull()

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

IsCityNull()

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

IsCodeNull()

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

IsCountryCodeNull()

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

IsCountryNameNull()

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

IsCreatedNull()

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

IsCreatorIdNull()

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

IsDaytimePhoneNumberNull()

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

IsEmailNull()

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

IsEveningPhoneNumberNull()

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

IsFaxNumberNull()

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

IsFirstNameNull()

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

IsFulfillmentPriorityOrderNull()

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

IsIsActiveNull()

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

IsIsDeliveryLocationNull()

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

IsIsFulfillmentCenterNull()

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

IsIsPickupLocationNull()

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

IsIsPrimaryNull()

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

IsLastNameNull()

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

IsLine1Null()

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

IsLine2Null()

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

IsModifiedNull()

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

IsModifierIdNull()

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

IsNameNull()

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

IsOrganizationNull()

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

IsPostalCodeNull()

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

IsRegionCodeNull()

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

IsRegionNameNull()

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

IsSortOrderNull()

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

IsStateNull()

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

SetApplicationIdNull()

Declaration
public void SetApplicationIdNull()

SetCityNull()

Declaration
public void SetCityNull()

SetCodeNull()

Declaration
public void SetCodeNull()

SetCountryCodeNull()

Declaration
public void SetCountryCodeNull()

SetCountryNameNull()

Declaration
public void SetCountryNameNull()

SetCreatedNull()

Declaration
public void SetCreatedNull()

SetCreatorIdNull()

Declaration
public void SetCreatorIdNull()

SetDaytimePhoneNumberNull()

Declaration
public void SetDaytimePhoneNumberNull()

SetEmailNull()

Declaration
public void SetEmailNull()

SetEveningPhoneNumberNull()

Declaration
public void SetEveningPhoneNumberNull()

SetFaxNumberNull()

Declaration
public void SetFaxNumberNull()

SetFirstNameNull()

Declaration
public void SetFirstNameNull()

SetFulfillmentPriorityOrderNull()

Declaration
public void SetFulfillmentPriorityOrderNull()

SetIsActiveNull()

Declaration
public void SetIsActiveNull()

SetIsDeliveryLocationNull()

Declaration
public void SetIsDeliveryLocationNull()

SetIsFulfillmentCenterNull()

Declaration
public void SetIsFulfillmentCenterNull()

SetIsPickupLocationNull()

Declaration
public void SetIsPickupLocationNull()

SetIsPrimaryNull()

Declaration
public void SetIsPrimaryNull()

SetLastNameNull()

Declaration
public void SetLastNameNull()

SetLine1Null()

Declaration
public void SetLine1Null()

SetLine2Null()

Declaration
public void SetLine2Null()

SetModifiedNull()

Declaration
public void SetModifiedNull()

SetModifierIdNull()

Declaration
public void SetModifierIdNull()

SetNameNull()

Declaration
public void SetNameNull()

SetOrganizationNull()

Declaration
public void SetOrganizationNull()

SetPostalCodeNull()

Declaration
public void SetPostalCodeNull()

SetRegionCodeNull()

Declaration
public void SetRegionCodeNull()

SetRegionNameNull()

Declaration
public void SetRegionNameNull()

SetSortOrderNull()

Declaration
public void SetSortOrderNull()

SetStateNull()

Declaration
public void SetStateNull()