Class PolicyDto.GroupPolicyRow
Represents strongly named DataRow class.
Inheritance
System.Object
PolicyDto.GroupPolicyRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class GroupPolicyRow : DataRow
Properties
Declaration
public string GroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int GroupPolicyId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int PolicyId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public PolicyDto.PolicyRow PolicyRow { get; set; }
Property Value