Class CreateSubContainerSetup
Inheritance
System.Object
CreateSubContainerSetup
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 CreateSubContainerSetup
Constructors
CreateSubContainerSetup(String, String)
Declaration
[ConstructorIndex(0)]
public CreateSubContainerSetup(string containerName, string parentContainerName)
Parameters
Type | Name | Description |
---|---|---|
System.String | containerName | |
System.String | parentContainerName |
Properties
ContainerName
Declaration
[PropertyBitValue(1)]
public string ContainerName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentContainerName
Declaration
[PropertyBitValue(8)]
public string ParentContainerName { get; set; }
Property Value
Type | Description |
---|---|
System.String |