Class CreateContainerSetup
Inheritance
System.Object
CreateContainerSetup
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: FChoice.Toolkits.Clarify.Logistics
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class CreateContainerSetup
Constructors
CreateContainerSetup(String, String)
Declaration
[ConstructorIndex(0)]
public CreateContainerSetup(string containerName, string locationName)
Parameters
Type | Name | Description |
---|---|---|
System.String | containerName | |
System.String | locationName |
Properties
BinName
Declaration
[PropertyBitValue(4)]
public string BinName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContainerName
Declaration
[PropertyBitValue(1)]
public string ContainerName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LocationName
Declaration
[PropertyBitValue(2)]
public string LocationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |