Table of Contents

Class Product

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

Properties

Category

public string Category { get; set; }

Property Value

string

Discontinued

public bool Discontinued { get; set; }

Property Value

bool

Id

public string Id { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

PricePerUser

public decimal PricePerUser { get; set; }

Property Value

decimal

QuantityPerUnit

public string QuantityPerUnit { get; set; }

Property Value

string

ReorderLevel

public int ReorderLevel { get; set; }

Property Value

int

Supplier

public string Supplier { get; set; }

Property Value

string

UnitsInStock

public int UnitsInStock { get; set; }

Property Value

int

UnitsOnOrder

public int UnitsOnOrder { get; set; }

Property Value

int