SaaS CMS has officially launched! Learn more now.

Class ShippingMethodDto.ShippingOptionParameterRow

Represents strongly named DataRow class.

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

Properties

Parameter

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

ShippingOptionId

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

ShippingOptionParameterId

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

ShippingOptionRow

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

Value

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

Methods

IsValueNull()

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

SetValueNull()

Declaration
public void SetValueNull()