Class WorkshopQuantityArticleModel
Inheritance
System.Object
WorkshopQuantityArticleModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.Logistics.WebApi.Workshop
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class WorkshopQuantityArticleModel
Properties
| Improve this Doc View SourceArticle
Declaration
public WorkshopArticleModel Article { get; set; }
Property Value
Type | Description |
---|---|
WorkshopArticleModel |
Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Quantity
Declaration
public QuantityModel Quantity { get; set; }
Property Value
Type | Description |
---|---|
QuantityModel |