BaseClasses Documentation

ICacheableRecord Methods

The methods of the ICacheableRecord interface are listed below. For a complete list of ICacheableRecord interface members, see the ICacheableRecord Members topic.

Public Instance Methods

ClearValuesChanged Sets the "changed" flags for all columns to indicate that no values have changed.
GetCacheHashKey The function return a unique hash key.
GetInternalValueOverloaded. 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.
SetInternalValueOverloaded. 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.

See Also

ICacheableRecord Interface | BaseClasses Namespace