SaaS CMS has officially launched! Learn more now.

Class ShippingMethodDto.ShippingMethodParameterRow

Represents strongly named DataRow class.

Inheritance
System.Object
ShippingMethodDto.ShippingMethodParameterRow
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class ShippingMethodParameterRow : DataRow

Properties

Parameter

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

ShippingMethodId

Declaration
public Guid ShippingMethodId { get; set; }
Property Value
Type Description
System.Guid

ShippingMethodParamterId

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

ShippingMethodRow

Declaration
public ShippingMethodDto.ShippingMethodRow ShippingMethodRow { get; set; }
Property Value
Type Description
ShippingMethodDto.ShippingMethodRow

Value

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

Methods

IsParameterNull()

Declaration
public bool IsParameterNull()
Returns
Type Description
System.Boolean

IsValueNull()

Declaration
public bool IsValueNull()
Returns
Type Description
System.Boolean

SetParameterNull()

Declaration
public void SetParameterNull()

SetValueNull()

Declaration
public void SetValueNull()