Class UpdatePartSetup
Inheritance
System.Object
UpdatePartSetup
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 UpdatePartSetup
Constructors
Declaration
[ConstructorIndex(0)]
public UpdatePartSetup(string partNumber, string partDomain, int warrantyDays)
Parameters
Type |
Name |
Description |
System.String |
partNumber |
|
System.String |
partDomain |
|
System.Int32 |
warrantyDays |
|
Properties
Declaration
[PropertyBitValue(32768)]
public AdditionalFields AdditionalFields { get; }
Property Value
Declaration
[PropertyBitValue(8)]
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(8192)]
public string Dimension { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(256)]
public string Family { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(512)]
public string Line { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(16)]
public string ModelNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(4)]
public string Notes { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(16384)]
public string PartClass { get; set; }
Property Value
Type |
Description |
System.String |
|
PartDomain
Declaration
[PropertyBitValue(2)]
public string PartDomain { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(1)]
public string PartNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(2048)]
public string PartType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(1024)]
public PartRepairType RepairType { get; set; }
Property Value
Declaration
[PropertyBitValue(128)]
public string UnitMeasure { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(32)]
public int WarrantyDays { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[PropertyBitValue(64)]
public bool WarrantyStartOnShipment { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(4096)]
public string Weight { get; set; }
Property Value
Type |
Description |
System.String |
|