Class CatalogNodeDto.CatalogItemSeoRow
Represents strongly named DataRow class.
Inheritance
System.Object
CatalogNodeDto.CatalogItemSeoRow
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
public class CatalogItemSeoRow : DataRow
Properties
CatalogEntryId
Declaration
public int CatalogEntryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int CatalogNodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public CatalogNodeDto.CatalogNodeRow CatalogNodeRow { get; set; }
Property Value
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Keywords { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string LanguageCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Uri { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string UriSegment { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
IsCatalogEntryIdNull()
Declaration
public bool IsCatalogEntryIdNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsCatalogNodeIdNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsDescriptionNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsKeywordsNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsTitleNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsUriSegmentNull()
Returns
Type |
Description |
System.Boolean |
|
SetCatalogEntryIdNull()
Declaration
public void SetCatalogEntryIdNull()
Declaration
public void SetCatalogNodeIdNull()
Declaration
public void SetDescriptionNull()
Declaration
public void SetKeywordsNull()
Declaration
public void SetTitleNull()
Declaration
public void SetUriSegmentNull()