Class UpdateDepotRepairMaterialSetup
Inheritance
System.Object
UpdateDepotRepairMaterialSetup
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 UpdateDepotRepairMaterialSetup
Constructors
Declaration
[ConstructorIndex(0)]
public UpdateDepotRepairMaterialSetup(int materialLogObjid, RepairPartDisposition disposition)
Parameters
Properties
Declaration
[PropertyBitValue(32)]
public string BillTo { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(4096)]
public DateTime CreateDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
[PropertyBitValue(128)]
public RepairPartDisposition Disposition { get; set; }
Property Value
Declaration
[PropertyBitValue(4)]
public string FailureCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(16)]
public bool IsBillable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(1)]
public int MaterialLogObjid { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[PropertyBitValue(512)]
public string Notes { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(8)]
public int PartRevisionObjid { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[PropertyBitValue(256)]
public string ReferenceDesignator { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(2)]
public string RepairCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(1024)]
public string TransactionID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(2048)]
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(64)]
public string WorkCenter { get; set; }
Property Value
Type |
Description |
System.String |
|