Table of Contents

Class OrderLineViewModel

Namespace
Dynamicweb.Ecommerce.Frontend
Assembly
Dynamicweb.Ecommerce.dll
OrderLineViewModel represents the rendering context used when an order line is rendered.
public class OrderLineViewModel : FillableViewModelBase
Inheritance
OrderLineViewModel
Inherited Members
Extension Methods

Properties

BomOrderLines

public IList<OrderLineViewModel> BomOrderLines { get; set; }

Property Value

IList<OrderLineViewModel>

Id

public string Id { get; set; }

Property Value

string

OrderLineFields

public Dictionary<string, FieldValueViewModel> OrderLineFields { get; set; }

Property Value

Dictionary<string, FieldValueViewModel>

OrderLineType

public OrderLineType OrderLineType { get; set; }

Property Value

OrderLineType

ParentLineId

public string ParentLineId { get; set; }

Property Value

string

Points

public double Points { get; set; }

Property Value

double

Price

public PriceViewModel Price { get; set; }

Property Value

PriceViewModel

PrimaryOrDefaultGroup

public GroupInfoViewModel PrimaryOrDefaultGroup { get; set; }

Property Value

GroupInfoViewModel

ProductId

public string ProductId { get; set; }

Property Value

string

ProductImage

public string ProductImage { get; set; }

Property Value

string

ProductLanguageId

public string ProductLanguageId { get; set; }

Property Value

string

ProductName

public string ProductName { get; set; }

Property Value

string

ProductNumber

public string ProductNumber { get; set; }

Property Value

string

ProductVariantId

public string ProductVariantId { get; set; }

Property Value

string

ProductVariantName

public string ProductVariantName { get; set; }

Property Value

string

Quantity

public double Quantity { get; set; }

Property Value

double

Reference

public string Reference { get; set; }

Property Value

string

RewardPoints

public double RewardPoints { get; set; }

Property Value

double

StockLocationId

public long StockLocationId { get; set; }

Property Value

long

TotalDiscount

public PriceViewModel TotalDiscount { get; set; }

Property Value

PriceViewModel

TotalPriceWithProductDiscounts

public PriceViewModel TotalPriceWithProductDiscounts { get; set; }

Property Value

PriceViewModel

UnitDiscount

public PriceViewModel UnitDiscount { get; set; }

Property Value

PriceViewModel

UnitId

public string UnitId { get; set; }

Property Value

string

UnitName

public string UnitName { get; set; }

Property Value

string

UnitPoints

public double UnitPoints { get; set; }

Property Value

double

UnitPrice

public PriceViewModel UnitPrice { get; set; }

Property Value

PriceViewModel

UnitPriceBeforeDiscount

public PriceViewModel UnitPriceBeforeDiscount { get; set; }

Property Value

PriceViewModel

UnitPriceWithProductDiscount

public PriceViewModel UnitPriceWithProductDiscount { get; set; }

Property Value

PriceViewModel

UnitRewardPoints

public double UnitRewardPoints { get; set; }

Property Value

double

Volume

public double Volume { get; set; }

Property Value

double

Weight

public double Weight { get; set; }

Property Value

double
To top