SaaS CMS has officially launched! Learn more now.

Class CountryDto.StateProvinceRow

Represents strongly named DataRow class.

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

Properties

CountryId

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

CountryRow

Declaration
public CountryDto.CountryRow CountryRow { get; set; }
Property Value
Type Description
CountryDto.CountryRow

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

StateProvinceId

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

Visible

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

Methods

IsOrderingNull()

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

IsVisibleNull()

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

SetOrderingNull()

Declaration
public void SetOrderingNull()

SetVisibleNull()

Declaration
public void SetVisibleNull()