TestimoX

API Reference

Class

AdmxProviderSourceCatalogValidationResult

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Validation result for a provider source catalog.

Inheritance

  • Object
  • AdmxProviderSourceCatalogValidationResult

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 AdmxProviderSourceCatalogValidationResult() #

Properties

public Boolean IsValid { get; set; } #

True when no validation issues were found.

public Int32 SourceCount { get; set; } #

Total provider source definitions in the catalog.

public Int32 EnabledSourceCount { get; set; } #

Enabled provider source definitions in the catalog.

public Int32 DisabledSourceCount { get; set; } #

Disabled provider source definitions in the catalog.

public Int32 ExecutableSourceCount { get; set; } #

Enabled sources that can be converted into provider maintenance work.

public Int32 ManualSourceCount { get; set; } #

Enabled sources tracked for manual review or internal mirroring.

public Int32 NeedsSourceResearchCount { get; set; } #

Sources whose official acquisition route still needs research.

public Int32 NeedsResolverCount { get; set; } #

Sources whose official acquisition route is known but needs resolver implementation.

public Int32 NeedsLicenseReviewCount { get; set; } #

Sources that need redistribution or licensing review.

public Int32 IssueCount { get; set; } #

Number of validation issues found in the catalog.

public IReadOnlyList<AdmxProviderSourceCatalogIssue> Issues { get; set; } #

Validation issues found in the catalog.