Class PatchWorkshopItemRequest
Inheritance
System.Object
PatchWorkshopItemRequest
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 PatchWorkshopItemRequest
Properties
| Improve this Doc View Source_remove
Declaration
public bool _remove { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Articles
Declaration
public ICollection<ArticlePatchRequest> Articles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ArticlePatchRequest> |
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.Nullable<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 |