Class ShippingMethodDto.ShippingMethodParameterRow
Represents strongly named DataRow class.
Inheritance
System.Object
ShippingMethodDto.ShippingMethodParameterRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class ShippingMethodParameterRow : DataRow
Properties
Declaration
public string Parameter { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Guid ShippingMethodId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Declaration
public int ShippingMethodParamterId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public ShippingMethodDto.ShippingMethodRow ShippingMethodRow { get; set; }
Property Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public bool IsParameterNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsValueNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void SetParameterNull()
Declaration
public void SetValueNull()