SaaS CMS has officially launched! Learn more now.

Class PolicyDto.GroupPolicyRow

Represents strongly named DataRow class.

Inheritance
System.Object
PolicyDto.GroupPolicyRow
Namespace: Mediachase.Commerce.Marketing.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
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