Class CreateDepotRepairMaterialSetup
  
  
  
  
    Inheritance
    System.Object
    CreateDepotRepairMaterialSetup
   
  
    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 CreateDepotRepairMaterialSetup
   
  Constructors
  
  
  
  
  
  Declaration
  
    [ConstructorIndex(0)]
public CreateDepotRepairMaterialSetup(int demandDetailObjid, int partRevisionObjid, RepairPartDisposition disposition)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Int32 | demandDetailObjid |  | 
      
        | System.Int32 | partRevisionObjid |  | 
      
        | RepairPartDisposition | disposition |  | 
    
  
  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(1)]
public int DemandDetailObjid { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  
  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(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 |  |