API Reference
Class
VisioShowcaseDiagram
Groups one generated VSDX package with preview and structural proof artifacts for the same diagram.
Inheritance
- Object
- VisioShowcaseDiagram
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
- Property VisioShowcaseSummary.Diagrams
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; } #Display name derived from the generated VSDX file name.
public VisioShowcaseArtifact Package { get; } #Generated VSDX package artifact for the diagram.
public IReadOnlyList<VisioShowcaseArtifact> Previews { get; } #Preview artifacts associated with the generated package.
public IReadOnlyList<VisioShowcaseArtifact> Proofs { get; } #Structural proof artifacts associated with the generated package.
public VisioShowcaseProofSummary ProofSummary { get; } #Rollup values parsed from structural proof artifacts for quick reviewer triage.
public VisioShowcaseVisualQualitySummary VisualQualitySummary { get; } #Rollup values parsed from visual-quality proof artifacts for quick reviewer triage.
public VisioShowcaseDiagramEvidence Evidence { get; } #Preview and structural proof completeness for this generated diagram.