com.onlineobject.objectnet Namespace

IEntity Members

The IEntity type exposes the following members.

Methods


  Name Description
Public method Compute
Performs computation or processing logic associated with the entity.
Public method Consume
Consumes data from the provided data stream.
Public method Invalidate
Invalidates the entity's current state, typically requiring a refresh or re-computation.
Public method IsActive
Determines whether the entity is currently active.
Public method Synchronize
Synchronizes the entity's state with an external system or data source.
Public method WasUpdated
Checks if the entity has been updated since the last synchronization or computation.