API Reference

Class

VisioShowcaseEvidenceTotals

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Modifiers sealed

Aggregates generated showcase evidence completeness across all diagrams.

Inheritance

  • Object
  • VisioShowcaseEvidenceTotals

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

Properties

public Int32 DiagramCount { get; } #

Total generated diagram count.

public Int32 NativeSvgPreviewDiagramCount { get; } #

Number of diagrams with native SVG preview artifacts.

public Int32 NativePngPreviewDiagramCount { get; } #

Number of diagrams with native PNG preview artifacts.

public Int32 CompleteNativePreviewDiagramCount { get; } #

Number of diagrams with both native SVG and PNG preview artifacts.

public Int32 DesktopSvgPreviewDiagramCount { get; } #

Number of diagrams with desktop SVG preview artifacts.

public Int32 DesktopPngPreviewDiagramCount { get; } #

Number of diagrams with desktop PNG preview artifacts.

public Int32 CompleteDesktopPreviewDiagramCount { get; } #

Number of diagrams with both desktop SVG and PNG preview artifacts.

public Int32 InspectionProofDiagramCount { get; } #

Number of diagrams with inspection proof artifacts.

public Int32 StencilProfileProofDiagramCount { get; } #

Number of diagrams with stencil-profile proof artifacts.

public Int32 VisualQualityProofDiagramCount { get; } #

Number of diagrams with visual-quality proof artifacts.

public Int32 CleanVisualQualityDiagramCount { get; } #

Number of diagrams whose visual-quality proof reports no issues.

public Int32 VisualQualityIssueDiagramCount { get; } #

Number of diagrams whose visual-quality proof reports at least one issue.

public Int32 VisualQualityIssueCount { get; } #

Total visual-quality issue count across parsed proof artifacts.

public Int32 VisualQualityErrorCount { get; } #

Total visual-quality error count across parsed proof artifacts.

public Int32 VisualQualityWarningCount { get; } #

Total visual-quality warning count across parsed proof artifacts.

public Int32 VisualQualityInformationCount { get; } #

Total visual-quality information count across parsed proof artifacts.

public Int32 CompleteStructuralProofDiagramCount { get; } #

Number of diagrams with both inspection and stencil-profile proof artifacts.

public Int32 CompleteReviewProofDiagramCount { get; } #

Number of diagrams with structural proof and visual-quality proof artifacts.

public Int32 CompleteNativeEvidenceDiagramCount { get; } #

Number of diagrams with complete native preview and review proof artifacts.

public Int32 CompleteDesktopEvidenceDiagramCount { get; } #

Number of diagrams with complete desktop preview and review proof artifacts.

public Int32 CompletePreviewEvidenceDiagramCount { get; } #

Number of diagrams with complete native or desktop preview evidence plus review proof artifacts.

public IReadOnlyList<String> DiagramsMissingNativeSvgPreview { get; } #

Diagram names missing native SVG preview artifacts.

public IReadOnlyList<String> DiagramsMissingNativePngPreview { get; } #

Diagram names missing native PNG preview artifacts.

public IReadOnlyList<String> DiagramsMissingCompleteNativePreview { get; } #

Diagram names missing complete native SVG and PNG preview artifacts.

public IReadOnlyList<String> DiagramsMissingDesktopSvgPreview { get; } #

Diagram names missing desktop SVG preview artifacts.

public IReadOnlyList<String> DiagramsMissingDesktopPngPreview { get; } #

Diagram names missing desktop PNG preview artifacts.

public IReadOnlyList<String> DiagramsMissingCompleteDesktopPreview { get; } #

Diagram names missing complete desktop SVG and PNG preview artifacts.

public IReadOnlyList<String> DiagramsMissingInspectionProof { get; } #

Diagram names missing inspection proof artifacts.

public IReadOnlyList<String> DiagramsMissingStencilProfileProof { get; } #

Diagram names missing stencil-profile proof artifacts.

public IReadOnlyList<String> DiagramsMissingVisualQualityProof { get; } #

Diagram names missing visual-quality proof artifacts.

public IReadOnlyList<String> DiagramsWithVisualQualityIssues { get; } #

Diagram names whose visual-quality proof reports at least one issue.

public IReadOnlyList<String> DiagramsMissingCompleteStructuralProof { get; } #

Diagram names missing complete inspection and stencil-profile proof artifacts.

public IReadOnlyList<String> DiagramsMissingCompleteReviewProof { get; } #

Diagram names missing complete structural and visual-quality proof artifacts.

public IReadOnlyList<String> DiagramsMissingCompleteNativeEvidence { get; } #

Diagram names missing complete native preview and review proof artifacts.

public IReadOnlyList<String> DiagramsMissingCompleteDesktopEvidence { get; } #

Diagram names missing complete desktop preview and review proof artifacts.

public IReadOnlyList<String> DiagramsMissingCompletePreviewEvidence { get; } #

Diagram names missing complete native or desktop preview evidence plus review proof artifacts.