Class WorkshopItemRequestBase
Inheritance
System.Object
WorkshopItemRequestBase
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 WorkshopItemRequestBase
Properties
| Improve this Doc View SourceArticles
Declaration
public ICollection<ArticleRequest> Articles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ArticleRequest> |
Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Reference
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tags
Declaration
public ICollection<Guid> Tags { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Guid> |
TimeInMinutes
Declaration
public int TimeInMinutes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
WorkDone
Declaration
public string WorkDone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WorkToDo
Declaration
public string WorkToDo { get; set; }
Property Value
Type | Description |
---|---|
System.String |