Table of Contents

Class OrderLine

Namespace
GroupeIsa.Neos.Designer.UIAbstractions.Documentation.Examples.UIViews
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.Documentation.Examples.dll
public class OrderLine : IOrderLine, IUIView, IEntityView
Inheritance
OrderLine
Implements
Inherited Members
Extension Methods

Properties

Discount

public decimal Discount { get; set; }

Property Value

decimal

PricePerUnit

public decimal PricePerUnit { get; set; }

Property Value

decimal

Product

public string Product { get; set; }

Property Value

string

ProductName

public string ProductName { get; set; }

Property Value

string

Quantity

public int Quantity { get; set; }

Property Value

int