Class CountryDto.StateProvinceRow
Represents strongly named DataRow class.
Inheritance
System.Object
CountryDto.StateProvinceRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class StateProvinceRow : DataRow
Properties
Declaration
public int CountryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public CountryDto.CountryRow CountryRow { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int Ordering { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int StateProvinceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public bool IsOrderingNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsVisibleNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void SetOrderingNull()
Declaration
public void SetVisibleNull()