Class RecordInstanceForeignKey
- java.lang.Object
- 
- com.inductiveautomation.ignition.gateway.util.RecordInstanceForeignKey
 
- 
 public class RecordInstanceForeignKey extends java.lang.ObjectHolds an SRecordInstance and its foreign key reference to another table. Used to give info about which foreign key is preventing a record from being deleted.
- 
- 
Constructor SummaryConstructors Constructor Description RecordInstanceForeignKey(SRecordInstance record, SFieldScalar foreignKey)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SFieldScalargetForeignKey()SRecordInstancegetRecord()
 
- 
- 
- 
Constructor Detail- 
RecordInstanceForeignKeypublic RecordInstanceForeignKey(SRecordInstance record, SFieldScalar foreignKey) 
 
- 
 - 
Method Detail- 
getRecordpublic SRecordInstance getRecord() 
 - 
getForeignKeypublic SFieldScalar getForeignKey() 
 
- 
 
-