Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ RecordStateChanged() [2/2]

void System.Data.Index.RecordStateChanged ( int record,
DataViewRowState oldState,
DataViewRowState newState )
inline

Definition at line 809 of file Index.cs.

810 {
811 DataCommonEventSource.Log.Trace("<ds.Index.RecordStateChanged|API> {0}, record={1}, oldState={2}, newState={3}", ObjectID, record, oldState, newState);
814 }
void ApplyChangeAction(int record, int action, int changeRecord)
Definition Index.cs:236
static int GetReplaceAction(DataViewRowState oldState)
Definition Index.cs:593
int GetChangeAction(DataViewRowState oldState, DataViewRowState newState)
Definition Index.cs:586

References System.Data.Index.ApplyChangeAction(), System.Data.Index.GetChangeAction(), System.Data.Index.GetReplaceAction(), System.Data.DataCommonEventSource.Log, and System.Data.Index.ObjectID.