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