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 PolicyDto.GroupPolicyRow

Represents strongly named DataRow class.

Inheritance
System.Object
PolicyDto.GroupPolicyRow
Namespace: Mediachase.Commerce.Marketing.Dto
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
Syntax
public class GroupPolicyRow : DataRow

Properties

GroupName

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

GroupPolicyId

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

PolicyId

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

PolicyRow

Declaration
public PolicyDto.PolicyRow PolicyRow { get; set; }
Property Value
Type Description
PolicyDto.PolicyRow