Class UpdateItemRequest
UpdateItemRequest
Inheritance
System.Object
UpdateItemRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: KuberWMS.Request
Assembly: KuberWMS.dll
Syntax
public class UpdateItemRequest : PutRequest<Item, Item>
Constructors
UpdateItemRequest()
Initializes a new instance of the Update
Declaration
public UpdateItemRequest()
Properties
Code
Gets or sets the code.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System. |
The code. |