Class WarehouseDto.WarehouseRow
Represents strongly named DataRow class.
Inheritance
System.Object
WarehouseDto.WarehouseRow
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
public class WarehouseRow : DataRow
Properties
Declaration
public string City { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string Code { 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 DateTime Created { get; set; }
Property Value
| Type |
Description |
| System.DateTime |
|
Declaration
public string CreatorId { 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 bool IsActive { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsPrimary { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
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 DateTime Modified { get; set; }
Property Value
| Type |
Description |
| System.DateTime |
|
Declaration
public string ModifierId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string Name { 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 int SortOrder { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public string State { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public int WarehouseId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
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 IsCreatorIdNull()
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 IsModifierIdNull()
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 SetCreatorIdNull()
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 SetModifierIdNull()
Declaration
public void SetOrganizationNull()
SetPostalCodeNull()
Declaration
public void SetPostalCodeNull()
Declaration
public void SetRegionCodeNull()
Declaration
public void SetRegionNameNull()
Declaration
public void SetStateNull()