API Reference
Class
AdxShareInputValidationResult
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
public AdxShareInputValidationResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.