Class WarehouseContactInformationDto.WarehouseContactInformationRow
Represents strongly named DataRow class.
Inheritance
System.Object
WarehouseContactInformationDto.WarehouseContactInformationRow
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
public class WarehouseContactInformationRow : DataRow
Properties
Declaration
public string City { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string CountryCode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string CountryName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string DaytimePhoneNumber { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string Email { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string EveningPhoneNumber { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string FaxNumber { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string FirstName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string LastName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string Line1 { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string Line2 { get; set; }
Property Value
| Type |
Description |
| System.String |
|
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 |
|
Declaration
public string RegionCode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string RegionName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string State { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsCountryCodeNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsCountryNameNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsDaytimePhoneNumberNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsEmailNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsEveningPhoneNumberNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsFaxNumberNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsFirstNameNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsLastNameNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsLine1Null()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsLine2Null()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsOrganizationNull()
Returns
| Type |
Description |
| System.Boolean |
|
IsPostalCodeNull()
Declaration
public bool IsPostalCodeNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsRegionCodeNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsRegionNameNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsStateNull()
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public void SetCityNull()
Declaration
public void SetCountryCodeNull()
Declaration
public void SetCountryNameNull()
Declaration
public void SetDaytimePhoneNumberNull()
Declaration
public void SetEmailNull()
Declaration
public void SetEveningPhoneNumberNull()
Declaration
public void SetFaxNumberNull()
Declaration
public void SetFirstNameNull()
Declaration
public void SetLastNameNull()
Declaration
public void SetLine1Null()
Declaration
public void SetLine2Null()
Declaration
public void SetOrganizationNull()
SetPostalCodeNull()
Declaration
public void SetPostalCodeNull()
Declaration
public void SetRegionCodeNull()
Declaration
public void SetRegionNameNull()
Declaration
public void SetStateNull()