Class WarehouseContactInformationDto.WarehouseContactInformationRow

Represents strongly named DataRow class.

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

Properties

City

Declaration
public string City { 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

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

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

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

State

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

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

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

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

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

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