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