Class CatalogDto.CatalogLanguageRow
Represents strongly named DataRow class.
Inheritance
System.Object
CatalogDto.CatalogLanguageRow
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
public class CatalogLanguageRow : DataRow
Properties
Declaration
public int CatalogId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public CatalogDto.CatalogRow CatalogRow { get; set; }
Property Value
Declaration
public string LanguageCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string UriSegment { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public bool IsUriSegmentNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void SetUriSegmentNull()