Show / Hide Table of Contents

Class BackorderPartRequestSetup

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

Constructors

BackorderPartRequestSetup(String, DateTime, Boolean, Int32)

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

BackorderPartRequestSetup(String, DateTime, Boolean, String)

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

BackorderPartRequestSetup(String, DateTime, Int32)

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

BackorderPartRequestSetup(String, DateTime, String)

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

Properties

ExpectedDate

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

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

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.