EvaluationResult Class

Definition

Represent an evaluation result

public ref class EvaluationResult
[Windows::Foundation::Metadata::WebHostHidden]
class EvaluationResult
public class EvaluationResult
type EvaluationResult = class
Public Class EvaluationResult
Inheritance
EvaluationResult

Constructors

EvaluationResult(Boolean, String, IReadOnlyList<EvaluationError>)

Initializes a new instance of the EvaluationResult class.

Properties

Content

The evaluated content

Errors

Collection of errors found on the evaluation

IsSuccess

If evaluation succeed

Applies to