SaaS CMS has officially launched! Learn more now.

Class CatalogDto.CatalogRow

Represents strongly named DataRow class.

Inheritance
System.Object
CatalogDto.CatalogRow
Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class CatalogRow : DataRow

Properties

CatalogId

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

ContentGuid

Declaration
public Guid ContentGuid { get; set; }
Property Value
Type Description
System.Guid

Created

Declaration
public DateTime Created { get; set; }
Property Value
Type Description
System.DateTime

CreatorId

Declaration
public string CreatorId { get; set; }
Property Value
Type Description
System.String

DefaultCurrency

Declaration
public string DefaultCurrency { get; set; }
Property Value
Type Description
System.String

DefaultLanguage

Declaration
public string DefaultLanguage { get; set; }
Property Value
Type Description
System.String

EndDate

Declaration
public DateTime EndDate { get; set; }
Property Value
Type Description
System.DateTime

IsActive

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

IsPrimary

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

LengthBase

Declaration
public string LengthBase { get; set; }
Property Value
Type Description
System.String

Modified

Declaration
public DateTime Modified { get; set; }
Property Value
Type Description
System.DateTime

ModifierId

Declaration
public string ModifierId { get; set; }
Property Value
Type Description
System.String

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Owner

Declaration
public string Owner { get; set; }
Property Value
Type Description
System.String

SortOrder

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

StartDate

Declaration
public DateTime StartDate { get; set; }
Property Value
Type Description
System.DateTime

WeightBase

Declaration
public string WeightBase { get; set; }
Property Value
Type Description
System.String

Methods

GetCatalogLanguageRows()

Declaration
public CatalogDto.CatalogLanguageRow[] GetCatalogLanguageRows()
Returns
Type Description
CatalogDto.CatalogLanguageRow[]

GetCatalogSecurityRows()

Declaration
public CatalogDto.CatalogSecurityRow[] GetCatalogSecurityRows()
Returns
Type Description
CatalogDto.CatalogSecurityRow[]

GetSiteCatalogRows()

Declaration
public CatalogDto.SiteCatalogRow[] GetSiteCatalogRows()
Returns
Type Description
CatalogDto.SiteCatalogRow[]

IsCreatorIdNull()

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

IsDefaultCurrencyNull()

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

IsDefaultLanguageNull()

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

IsEndDateNull()

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

IsIsPrimaryNull()

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

IsLengthBaseNull()

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

IsModifierIdNull()

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

IsOwnerNull()

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

IsStartDateNull()

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

IsWeightBaseNull()

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

SetCreatorIdNull()

Declaration
public void SetCreatorIdNull()

SetDefaultCurrencyNull()

Declaration
public void SetDefaultCurrencyNull()

SetDefaultLanguageNull()

Declaration
public void SetDefaultLanguageNull()

SetEndDateNull()

Declaration
public void SetEndDateNull()

SetIsPrimaryNull()

Declaration
public void SetIsPrimaryNull()

SetLengthBaseNull()

Declaration
public void SetLengthBaseNull()

SetModifierIdNull()

Declaration
public void SetModifierIdNull()

SetOwnerNull()

Declaration
public void SetOwnerNull()

SetStartDateNull()

Declaration
public void SetStartDateNull()

SetWeightBaseNull()

Declaration
public void SetWeightBaseNull()

Extension Methods