The methods of the ICacheableRecord interface are listed below. For a complete list of ICacheableRecord interface members, see the ICacheableRecord Members topic.
ClearValuesChanged | Sets the "changed" flags for all columns to indicate that no values have changed. |
GetCacheHashKey | The function return a unique hash key. |
GetInternalValue | Overloaded. Gets the value of a specified field. |
IsValueChanged | Indicates whether the value of a specified column has changed. |
RegisterTransactionEventHandlers | Called after the record has been added to the cache. |
SetInternalValue | Overloaded. Sets the value of a specified field. |
SetIsValueChanged | Sets a flag that indicates whether the value of a specified column has changed. |
UnregisterTransactionEventHandlers | Called after the record has been removed from the cache. |