SaaS CMS has officially launched! Learn more now.

Class WarehouseDto.WarehouseRow

Represents strongly named DataRow class.

Inheritance
System.Object
WarehouseDto.WarehouseRow
Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class WarehouseRow : DataRow

Properties

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

IsActive

Declaration
public bool IsActive { 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

IsCityNull()

Declaration
public bool IsCityNull()
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

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

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

IsModifierIdNull()

Declaration
public bool IsModifierIdNull()
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

IsStateNull()

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

SetCityNull()

Declaration
public void SetCityNull()

SetCountryCodeNull()

Declaration
public void SetCountryCodeNull()

SetCountryNameNull()

Declaration
public void SetCountryNameNull()

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()

SetLastNameNull()

Declaration
public void SetLastNameNull()

SetLine1Null()

Declaration
public void SetLine1Null()

SetLine2Null()

Declaration
public void SetLine2Null()

SetModifierIdNull()

Declaration
public void SetModifierIdNull()

SetOrganizationNull()

Declaration
public void SetOrganizationNull()

SetPostalCodeNull()

Declaration
public void SetPostalCodeNull()

SetRegionCodeNull()

Declaration
public void SetRegionCodeNull()

SetRegionNameNull()

Declaration
public void SetRegionNameNull()

SetStateNull()

Declaration
public void SetStateNull()