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: 25.1.421.0 (25.1.421.0)
Syntaxpublic interface IEntityLastUpdate
Public Interface IEntityLastUpdate
public interface class IEntityLastUpdate
type IEntityLastUpdate = interface end
The IEntityLastUpdate type exposes the following members.
Properties
| Name | Description |
---|
 | LastUpdate |
Gets the transactional property that can be used to get or set the
time the entity was last updated.
|
Top
See Also