Show / Hide Table of Contents

Class FulfillPartRequestSetup

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

Constructors

FulfillPartRequestSetup(String, Boolean, Int32)

Declaration
[ConstructorIndex(2)]
public FulfillPartRequestSetup(string partRequestDetailIDNum, bool useTransitions, int quantity)
Parameters
Type Name Description
System.String partRequestDetailIDNum
System.Boolean useTransitions
System.Int32 quantity

FulfillPartRequestSetup(String, Boolean, String)

Declaration
[ConstructorIndex(3)]
public FulfillPartRequestSetup(string partRequestDetailIDNum, bool useTransitions, string serialNumber)
Parameters
Type Name Description
System.String partRequestDetailIDNum
System.Boolean useTransitions
System.String serialNumber

FulfillPartRequestSetup(String, Int32)

Declaration
[ConstructorIndex(0)]
public FulfillPartRequestSetup(string partRequestDetailIDNum, int quantity)
Parameters
Type Name Description
System.String partRequestDetailIDNum
System.Int32 quantity

FulfillPartRequestSetup(String, String)

Declaration
[ConstructorIndex(1)]
public FulfillPartRequestSetup(string partRequestDetailIDNum, string serialNumber)
Parameters
Type Name Description
System.String partRequestDetailIDNum
System.String serialNumber

Properties

FromGood

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

FromLocation

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

FulfillDate

Declaration
[PropertyBitValue(32768)]
public DateTime FulfillDate { get; set; }
Property Value
Type Description
System.DateTime

GenerateTimeBombs

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

NewStatus

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

PartRequestDetailIDNum

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

Quantity

Declaration
[PropertyBitValue(4)]
public int Quantity { get; set; }
Property Value
Type Description
System.Int32

SerialNumber

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

ToGood

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

ToLocation

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

UserName

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

UseTransitions

Declaration
[PropertyBitValue(131072)]
public bool UseTransitions { get; set; }
Property Value
Type Description
System.Boolean
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.