TestimoX

API Reference

Class

AdxShareInputValidationResult

Namespace ADPlayground.ShareDiagnostics
Assembly ADPlayground
Modifiers sealed

Normalized typed inputs for share diagnostics enrichment.

Inheritance

  • Object
  • AdxShareInputValidationResult

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

Properties

public IReadOnlyList<AdxShareOwnerMapping> OwnerMappings { get; set; } #

Normalized owner mappings.

public IReadOnlyList<AdxShareDiscountedPrincipal> DiscountedPrincipals { get; set; } #

Normalized discounted principals.

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

Validation issues.

public Boolean IsValid { get; } #

True when no error-level issues were produced.