Click or drag to resize

IEntityLastUpdate Interface

An interface to a tracking entity that describes the last time the entity was updated.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface IEntityLastUpdate

The IEntityLastUpdate type exposes the following members.

Properties
  NameDescription
Public propertyLastUpdate
Gets the transactional property that can be used to get or set the time the entity was last updated.
Top
See Also