Project

ChartForgeX

Render deterministic charts, dashboards, topology, hierarchy, and report visuals directly from .NET.

Stars 45
Forks 2
NuGet downloads 48,107
Release ChartForgeX-v1.7.0
Language: HTML Updated: 2026-09-02

API Reference

Class

TopologyIconCatalogLoadResult

Namespace ChartForgeX.Topology

Describes a catalog loaded from topology icon-pack manifests plus per-file diagnostics.

Inheritance

  • Object
  • TopologyIconCatalogLoadResult

Properties

Catalog #

Gets the loaded catalog.

Results #

Gets per-file load results in deterministic file-name order.

LoadedPacks #

Gets successfully loaded packs in deterministic file-name order.

FailedResults #

Gets failed manifest results in deterministic file-name order.

SkippedResults #

Gets skipped manifest results in deterministic file-name order.

LoadedCount #

Gets the number of successfully loaded packs.

FailedCount #

Gets the number of failed manifests.

SkippedCount #

Gets the number of skipped manifests.

HasErrors #

Gets whether any manifest failed to load or add to the catalog.

HasSkipped #

Gets whether any manifest loaded but was skipped.