Show / Hide Table of Contents

Class SetPartStockingLevelSetup

Inheritance
System.Object
SetPartStockingLevelSetup
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 SetPartStockingLevelSetup

Constructors

SetPartStockingLevelSetup(Location, String, String, String, String, Int16, Int16, Int16, Int16)

Declaration
[ConstructorIndex(0)]
public SetPartStockingLevelSetup(Location location, string queue, string partNumber, string partRevision, string partDomain, short partMinimum, short partMaximum, short partReorderLevel, short partReorderQuantity)
Parameters
Type Name Description
Location location
System.String queue
System.String partNumber
System.String partRevision
System.String partDomain
System.Int16 partMinimum
System.Int16 partMaximum
System.Int16 partReorderLevel
System.Int16 partReorderQuantity

Properties

IsActive

Declaration
[PropertyBitValue(1024)]
public bool IsActive { get; set; }
Property Value
Type Description
System.Boolean

Location

Declaration
[PropertyBitValue(2048)]
public Location Location { get; set; }
Property Value
Type Description
Location

PartDomain

Declaration
[PropertyBitValue(32)]
public string PartDomain { get; set; }
Property Value
Type Description
System.String

PartMaximum

Declaration
[PropertyBitValue(128)]
public short PartMaximum { get; set; }
Property Value
Type Description
System.Int16

PartMinimum

Declaration
[PropertyBitValue(64)]
public short PartMinimum { get; set; }
Property Value
Type Description
System.Int16

PartNumber

Declaration
[PropertyBitValue(8)]
public string PartNumber { get; set; }
Property Value
Type Description
System.String

PartReorderLevel

Declaration
[PropertyBitValue(256)]
public short PartReorderLevel { get; set; }
Property Value
Type Description
System.Int16

PartReorderQuantity

Declaration
[PropertyBitValue(512)]
public short PartReorderQuantity { get; set; }
Property Value
Type Description
System.Int16

PartRevision

Declaration
[PropertyBitValue(16)]
public string PartRevision { get; set; }
Property Value
Type Description
System.String

Queue

Declaration
[PropertyBitValue(4)]
public string Queue { get; set; }
Property Value
Type Description
System.String
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.