| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AccumulatedDuration | The accumulated duration this state has been active (excluding the current active state). In milliseconds. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AccumulatedDurationDouble | The accumulated duration this state has been active (excluding the current active state). In milliseconds, as double-precision floating point number. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AccumulatedTimeSpan | The accumulated time span this state has been active (excluding the current active state). |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AverageDuration | The average duration this state has been active (excluding the current active state). In milliseconds. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AverageTimeSpan | The average time span this state has been active (excluding the current active state). |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CurrentActiveDuration | The duration of the current active state; zero if not active. In milliseconds. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CurrentActiveDurationDouble | The duration of the current active state; zero if not active. In milliseconds. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CurrentActiveEnterTick | The tick when the state has currently become active; -1 if not active. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CurrentActiveEnterTickDouble | The tick when the state has currently become active; -1 if not active. As double-precision floating point number. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CurrentActiveEnterTime | The time when the state has currently become active; minimum DateTime value if not active. In UTC. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CurrentActiveEnterTimeLocal | The time when the state has currently become active; minimum DateTime value if not active. In local time. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CurrentActiveTick | The current tick; -1 if not active. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CurrentActiveTickDouble | The current tick; -1 if not active. As double-precision floating point number. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CurrentActiveTime | The current time; minimum DateTime value if not active. In UTC. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CurrentActiveTimeLocal | The current time; minimum DateTime value if not active. In local time. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CurrentActiveTimeSpan | The time span of the current active state; zero if not active. In UTC. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | EnterCount | Number of times the state has been entered (transitioned into). |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | FirstEnterTick | The tick when the state was entered (transitioned into) the first time. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | FirstEnterTickDouble | The tick when the state was entered (transitioned into) the first time. As double-precision floating point number. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | FirstEnterTime | The time when the state was entered (transitioned into) the first time; minimum DateTime if never entered. In UTC. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | FirstEnterTimeLocal | The time when the state was entered (transitioned into) the first time; minimum DateTime if never entered. In local time. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IsActive | Determines whether the state is currently active (transitioned into but not yet transitioned from). |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | LastCycleDuration | The duration of the last active state (excluding the current active state); -1 if no completed active state. In milliseconds. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | LastCycleDurationDouble | The duration of the last active state (excluding the current active state); -1 if no completed active state. In milliseconds, as double-precision floating point number. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | LastCycleEnterTick | The tick when the state was entered (transitioned into) the last time (excluding the current active state); -1 if no completed active state. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | LastCycleEnterTickDouble | The tick when the state was entered (transitioned into) the last time (excluding the current active state); -1 if no completed active state. As double-precision floating point number. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | LastCycleEnterTime | The time when the state was entered (transitioned into) the last time (excluding the current active state); minimum DateTime value if no completed active state. In UTC. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | LastCycleEnterTimeLocal | The time when the state was entered (transitioned into) the last time (excluding the current active state); minimum DateTime value if no completed active state. In local time. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | LastCycleLeaveTick | The tick when the state was left (transitioned from) the last time; -1 if never transitioned from. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | LastCycleLeaveTickDouble | The tick when the state was left (transitioned from) the last time; -1 if never transitioned from. As double-precision floating point number. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | LastCycleLeaveTime | The time when the state was left (transitioned from) the last time; minimum DateTime if never transitioned from. In UTC. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | LastCycleLeaveTimeLocal | The time when the state was left (transitioned from) the last time; minimum DateTime if never transitioned from. In local time. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | LastCycleTimeSpan | The time span of the last active state (excluding the current active state). System.Threading.Timeout.InfiniteTimeSpan if no completed active state. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | LastEnterTick | The tick when the state was entered (transitioned into) the last time. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | LastEnterTickDouble | The tick when the state was entered (transitioned into) the last time. As double-precision floating point number. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | LastEnterTime | The time when the state was entered (transitioned into) the last time; minimum DateTime if never entered. In UTC. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | LastEnterTimeLocal | The time when the state was entered (transitioned into) the last time; minimum DateTime if never entered. In local time. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | LeaveCount | Number of times the state has been left (transition from). |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | MaximumDuration | The maximum duration this state has been active (excluding the current active state); 0 if no completed active state. In milliseconds. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | MaximumDurationDouble | The maximum duration this state has been active (excluding the current active state); 0 if no completed active state. In milliseconds, as double-precision floating point number. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | MaximumTimeSpan | The maximum time span this state has been active (excluding the current active state); zero if no completed active state. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | MinimumDuration | The minimum duration this state has been active (excluding the current active state); -1 if no completed active state. In milliseconds. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | MinimumDurationDouble | The minimum duration this state has been active (excluding the current active state); -1 if no completed active state. In milliseconds, as double-precision floating point number. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | MinimumTimeSpan | The minimum time span this state has been active (excluding the current active state); System.Threading.Timeout.InfiniteTimeSpan if no completed active state. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | RunningAccumulatedDuration | The running accumulated duration this state has been active (including the current active state). In milliseconds. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | RunningAccumulatedDurationDouble | The running accumulated duration this state has been active (including the current active state). In milliseconds, as double-precision floating point number. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | RunningAccumulatedTimeSpan | The running accumulated time span this state has been active (including the current active state). |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | RunningAverageDuration | The running average duration this state has been active (including the current active state). In milliseconds. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | RunningAverageTimeSpan | The running average time span this state has been active (including the current active state). |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | RunningMaximumDuration | The running maximum duration this state has been active (including the current active state). In milliseconds. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | RunningMaximumDurationDouble | The running maximum duration this state has been active (including the current active state). In milliseconds, as double-precision floating point number. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | RunningMaximumTimeSpan | The running maximum time span this state has been active (including the current active state). |