Table of Contents

Interface IOrderLine

Namespace
GroupeIsa.Neos.Designer.UIAbstractions.Documentation.Examples.UIViews
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.Documentation.Examples.dll
public interface IOrderLine : IUIView, IEntityView
Extension Methods

Properties

Discount

decimal Discount { get; set; }

Property Value

decimal

PricePerUnit

decimal PricePerUnit { get; set; }

Property Value

decimal

Product

string Product { get; set; }

Property Value

string

ProductName

string ProductName { get; set; }

Property Value

string

Quantity

int Quantity { get; set; }

Property Value

int