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 Summary
Constructors Constructor Description RecordInstanceForeignKey(SRecordInstance record, SFieldScalar foreignKey) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SFieldScalargetForeignKey()SRecordInstancegetRecord() 
 - 
 
- 
- 
Constructor Detail
- 
RecordInstanceForeignKey
public RecordInstanceForeignKey(SRecordInstance record, SFieldScalar foreignKey)
 
 - 
 
- 
Method Detail
- 
getRecord
public SRecordInstance getRecord()
 
- 
getForeignKey
public SFieldScalar getForeignKey()
 
 - 
 
 -