A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class PromotionDto.PromotionLanguageRow

Represents strongly named DataRow class.

Inheritance
System.Object
PromotionDto.PromotionLanguageRow
Namespace: Mediachase.Commerce.Marketing.Dto
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
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