Class PaymentMethodDto.PaymentMethodParameterRow
Represents strongly named DataRow class.
Inheritance
System.Object
PaymentMethodDto.PaymentMethodParameterRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class PaymentMethodParameterRow : DataRow
Properties
Declaration
public string Parameter { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int ParameterId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public Guid PaymentMethodId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Declaration
public PaymentMethodDto.PaymentMethodRow PaymentMethodRow { get; set; }
Property Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public bool IsValueNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void SetValueNull()