Class CycleHistory
[Collection("cycle_history")]
public sealed class CycleHistory : Entity, IEntity, ICreatedOn
- Inheritance
-
EntityCycleHistory
- Implements
-
IEntityICreatedOn
- Inherited Members
-
Entity.GenerateNewID()Entity.HasDefaultID()Entity.ID
Properties
- CreatedOn
This property will be automatically set by the library when an entity is created.
TIP: This property is useful when sorting by creation date.
- CycleId
The cycle for this history entry.
- Reason
Reason why the cycle was triggered.
- Success
If the cycle was successfully performed.