API Reference

Class

VisioShowcaseValidationReport

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Modifiers sealed

Summarizes validation of generated Visio showcase packages, previews, and grouped diagram metadata.

Inheritance

  • Object
  • VisioShowcaseValidationReport

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public VisioShowcaseValidationReport(IEnumerable<VisioShowcaseValidationIssue> issues) #

Initializes a new showcase validation report.

Parameters

issues System.Collections.Generic.IEnumerable{OfficeIMO.Visio.VisioShowcaseValidationIssue} requiredposition: 0

Methods

public Void EnsureClean() #
Returns: Void

Throws when the showcase proof bundle has validation issues.

public override String ToString() #
Returns: String

Properties

public IReadOnlyList<VisioShowcaseValidationIssue> Issues { get; } #

Validation issues found in the showcase proof bundle.

public Boolean IsClean { get; } #

Whether no validation issues were found.