Class Location
Inheritance
System.Object
Location
Inherited Members
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()
Assembly: FChoice.Toolkits.Clarify.dll
Constructors
Declaration
Declaration
public Location(string locationName)
Parameters
Type |
Name |
Description |
System.String |
locationName |
|
Declaration
public Location(string locationName, bool isPrimaryBinSuggestion)
Parameters
Type |
Name |
Description |
System.String |
locationName |
|
System.Boolean |
isPrimaryBinSuggestion |
|
Declaration
public Location(string locationName, string binName)
Parameters
Type |
Name |
Description |
System.String |
locationName |
|
System.String |
binName |
|
Declaration
public Location(string locationName, string containerName, string containerIDNum)
Parameters
Type |
Name |
Description |
System.String |
locationName |
|
System.String |
containerName |
|
System.String |
containerIDNum |
|
Fields
Declaration
public static readonly Location EMPTY
Field Value
Declaration
public const string PRIMARY_BIN_SUGGESTION_NAME = "PRIM_BIN_REC"
Field Value
Type |
Description |
System.String |
|
Properties
Declaration
public string BinName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ContainerIDNum { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsPrimaryBinSuggestion { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string LocationName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()