Protocol.Covington.WorkRequest.DAL.RequestMachine Class
Purpose: Data Access class for the table 'RequestMachine'.

Access: Public
Base Classes: DBInteractionBase
  Members Description  
    _machineID    
    _machineIDOld    
    _requestID    
    _requestIDOld    
    _requestMachineID    
    RequestMachine Purpose: Class constructor.

 
    Insert Purpose: Insert method. This method will insert one new row into the database.

 
    Update Purpose: Update method. This method will Update one existing row in the database.

 
    UpdateAllWRequestIDLogic Purpose: Update method for updating one or more rows using the Foreign Key 'RequestID. This method will Update one or more existing rows in the database. It will reset the field 'RequestID' in all rows which have as value for this field the value as set in property 'requestIDOld' to the value as set in property 'requestID'.

 
    UpdateAllWMachineIDLogic Purpose: Update method for updating one or more rows using the Foreign Key 'MachineID. This method will Update one or more existing rows in the database. It will reset the field 'MachineID' in all rows which have as value for this field the value as set in property 'machineIDOld' to the value as set in property 'machineID'.

 
    Delete Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.

 
    SelectOne Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.

 
    SelectAll Purpose: SelectAll method. This method will Select all rows from the table.

 
    SelectAllWRequestIDLogic Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'RequestID'

 
    SelectAllWMachineIDLogic Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'MachineID'

 
    RequestMachineID    
    RequestID    
    requestIDOld    
    MachineID    
    machineIDOld