Class CreatePartRequestDetailSetup
Inheritance
System.Object
CreatePartRequestDetailSetup
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()
Assembly: FChoice.Toolkits.Clarify.dll
public class CreatePartRequestDetailSetup
Constructors
Declaration
[ConstructorIndex(1)]
public CreatePartRequestDetailSetup(string partRequestHeaderIDNum, int quantity, int sitePartObjid)
Parameters
Type |
Name |
Description |
System.String |
partRequestHeaderIDNum |
|
System.Int32 |
quantity |
|
System.Int32 |
sitePartObjid |
|
Declaration
[ConstructorIndex(3)]
public CreatePartRequestDetailSetup(string partRequestHeaderIDNum, string serialNumber, int sitePartObjid)
Parameters
Type |
Name |
Description |
System.String |
partRequestHeaderIDNum |
|
System.String |
serialNumber |
|
System.Int32 |
sitePartObjid |
|
Declaration
[ConstructorIndex(0)]
public CreatePartRequestDetailSetup(string partRequestHeaderIDNum, string partNumber, string partDomain, string partRevision, int quantity)
Parameters
Type |
Name |
Description |
System.String |
partRequestHeaderIDNum |
|
System.String |
partNumber |
|
System.String |
partDomain |
|
System.String |
partRevision |
|
System.Int32 |
quantity |
|
Declaration
[ConstructorIndex(2)]
public CreatePartRequestDetailSetup(string partRequestHeaderIDNum, string partNumber, string partDomain, string partRevision, string serialNumber)
Parameters
Type |
Name |
Description |
System.String |
partRequestHeaderIDNum |
|
System.String |
partNumber |
|
System.String |
partDomain |
|
System.String |
partRevision |
|
System.String |
serialNumber |
|
Properties
Declaration
[PropertyBitValue(2097152)]
public AdditionalFields AdditionalFields { get; }
Property Value
Declaration
[PropertyBitValue(4096)]
public string CarrierName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(1048576)]
public int ContractItemObjid { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[PropertyBitValue(131072)]
public DateTime CreateDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
[PropertyBitValue(512)]
public string DetailType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(262144)]
public DateTime DueDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
[PropertyBitValue(524288)]
public bool GenerateTimeBombs { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(16384)]
public bool HasWarranty { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(32768)]
public string Notes { get; set; }
Property Value
Type |
Description |
System.String |
|
PartDomain
Declaration
[PropertyBitValue(8)]
public string PartDomain { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(4)]
public string PartNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(1)]
public string PartRequestHeaderIDNum { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(16)]
public string PartRevision { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(1024)]
public string Priority { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(64)]
public int Quantity { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[PropertyBitValue(2)]
public string Queue { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(32)]
public string SerialNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(2048)]
public string ShippingMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(128)]
public int SitePartObjid { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[PropertyBitValue(65536)]
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(8192)]
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|