SaaS CMS has officially launched! Learn more now.

Class CountryDto.CountryRow

Represents strongly named DataRow class.

Inheritance
System.Object
CountryDto.CountryRow
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class CountryRow : DataRow

Properties

Code

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

CountryId

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

Name

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

Ordering

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

Visible

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

Methods

GetStateProvinceRows()

Declaration
public CountryDto.StateProvinceRow[] GetStateProvinceRows()
Returns
Type Description
CountryDto.StateProvinceRow[]

IsCodeNull()

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

IsNameNull()

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

IsOrderingNull()

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

IsVisibleNull()

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

SetCodeNull()

Declaration
public void SetCodeNull()

SetNameNull()

Declaration
public void SetNameNull()

SetOrderingNull()

Declaration
public void SetOrderingNull()

SetVisibleNull()

Declaration
public void SetVisibleNull()