API Reference
Class
VisioShowcaseArtifact
Describes one generated Visio showcase artifact using a stable path relative to the showcase root.
Inheritance
- Object
- VisioShowcaseArtifact
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 VisioShowcaseDiagram.Package
- Property VisioShowcaseDiagram.Previews
- Property VisioShowcaseDiagram.Proofs
- Property VisioShowcaseSummary.Artifacts
- Property VisioShowcaseSummary.Packages
- Property VisioShowcaseSummary.Previews
- Property VisioShowcaseSummary.Proofs
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public VisioShowcaseArtifactKind Kind { get; } #Artifact role in the proof bundle.
public String RelativePath { get; } #Path relative to the showcase root, normalized to forward slashes for CI artifacts.
public String Format { get; } #Lower-case file extension without the leading dot.
public Int64 SizeBytes { get; } #Artifact size in bytes at the time the summary was created.
public String Sha256 { get; } #Lower-case SHA-256 hash of the artifact bytes, or an empty string when the file was unavailable.