Show / Hide Table of Contents

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()
Namespace: FChoice.Toolkits.Clarify
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class Location

Constructors

Location()

Declaration
public Location()

Location(String)

Declaration
public Location(string locationName)
Parameters
Type Name Description
System.String locationName

Location(String, Boolean)

Declaration
public Location(string locationName, bool isPrimaryBinSuggestion)
Parameters
Type Name Description
System.String locationName
System.Boolean isPrimaryBinSuggestion

Location(String, String)

Declaration
public Location(string locationName, string binName)
Parameters
Type Name Description
System.String locationName
System.String binName

Location(String, String, String)

Declaration
public Location(string locationName, string containerName, string containerIDNum)
Parameters
Type Name Description
System.String locationName
System.String containerName
System.String containerIDNum

Fields

EMPTY

Declaration
public static readonly Location EMPTY
Field Value
Type Description
Location

PRIMARY_BIN_SUGGESTION_NAME

Declaration
public const string PRIMARY_BIN_SUGGESTION_NAME = "PRIM_BIN_REC"
Field Value
Type Description
System.String

Properties

BinName

Declaration
public string BinName { get; set; }
Property Value
Type Description
System.String

ContainerIDNum

Declaration
public string ContainerIDNum { get; set; }
Property Value
Type Description
System.String

IsPrimaryBinSuggestion

Declaration
public bool IsPrimaryBinSuggestion { get; set; }
Property Value
Type Description
System.Boolean

LocationName

Declaration
public string LocationName { get; set; }
Property Value
Type Description
System.String

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.