public sealed class ConditionExplanation.Types.EvaluationState : IMessage<ConditionExplanation.Types.EvaluationState>, IEquatable<ConditionExplanation.Types.EvaluationState>, IDeepCloneable<ConditionExplanation.Types.EvaluationState>, IBufferMessage, IMessage
Reference documentation and code samples for the Policy Troubleshooter v3 API class ConditionExplanation.Types.EvaluationState.
End position of an expression in the condition, by character,
end included, for example: the end position of the first part of
a==b || c==d would be 4.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `ConditionExplanation.Types.EvaluationState` class within the Policy Troubleshooter v3 API."],["The `ConditionExplanation.Types.EvaluationState` class represents the evaluated state of a condition expression and inherits from `object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating instances, with one accepting another `ConditionExplanation.Types.EvaluationState` object for cloning."],["Key properties of `EvaluationState` are `End` and `Start` which specify the character position of the expression, `Errors` which details any errors during evaluation, and `Value` which holds the expressions value."],["The latest version of `ConditionExplanation.Types.EvaluationState` is 1.2.0 while also available in 1.1.0 and 1.0.0 versions."]]],[]]