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.2.419.0 (24.2.419.0)
Syntax public 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.
|
TopSee Also