Class PromotionDto.PromotionConditionRow
Represents strongly named DataRow class.
Inheritance
System.Object
PromotionDto.PromotionConditionRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class PromotionConditionRow : DataRow
Properties
CatalogEntryId
Declaration
public string CatalogEntryId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string CatalogName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string CatalogNodeId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int ExpressionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int PromotionConditionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int PromotionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public PromotionDto.PromotionRow PromotionRow { get; set; }
Property Value
Methods
IsCatalogEntryIdNull()
Declaration
public bool IsCatalogEntryIdNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsCatalogNameNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsCatalogNodeIdNull()
Returns
Type |
Description |
System.Boolean |
|
SetCatalogEntryIdNull()
Declaration
public void SetCatalogEntryIdNull()
Declaration
public void SetCatalogNameNull()
Declaration
public void SetCatalogNodeIdNull()