SaaS CMS has officially launched! Learn more now.

Class PromotionDto.PromotionLanguageRow

Represents strongly named DataRow class.

Inheritance
System.Object
PromotionDto.PromotionLanguageRow
Namespace: Mediachase.Commerce.Marketing.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class PromotionLanguageRow : DataRow

Properties

DisplayName

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

LanguageCode

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

PromotionId

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

PromotionLanguageId

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

PromotionRow

Declaration
public PromotionDto.PromotionRow PromotionRow { get; set; }
Property Value
Type Description
PromotionDto.PromotionRow