TestimoX

API Reference

Class

Aggregate

Namespace ADPlayground.Trusts.SidHistoryApi
Assembly ADPlayground
Implements
IEquatable<Aggregate>
Modifiers sealed

Aggregated views for the three sIDHistory evaluators.

Inheritance

  • Object
  • Aggregate

Constructors

public Aggregate(View Dangerous, View ForeignDomains, View SameDomain, Boolean QuerySucceeded, String ErrorMessage) #

Aggregated views for the three sIDHistory evaluators.

Parameters

Dangerous ADPlayground.Trusts.SidHistoryDangerousEvaluator.View requiredposition: 0
Accounts with dangerous sIDHistory entries.
ForeignDomains ADPlayground.Trusts.SidHistoryForeignDomainsEvaluator.View requiredposition: 1
Accounts with sIDHistory from foreign domains.
SameDomain ADPlayground.Trusts.SidHistorySameDomainEvaluator.View requiredposition: 2
Accounts with sIDHistory from the same domain.
QuerySucceeded System.Boolean requiredposition: 3
True when all component evaluations collected source data successfully.
ErrorMessage System.String requiredposition: 4
Optional aggregate collection error details.

Methods

public Aggregate <Clone>$() #
Returns: Aggregate
public Void Deconstruct(out View Dangerous, out View ForeignDomains, out View SameDomain, out Boolean QuerySucceeded, out String ErrorMessage) #
Returns: Void

Parameters

Dangerous View requiredposition: 0
ForeignDomains View requiredposition: 1
SameDomain View requiredposition: 2
QuerySucceeded Boolean requiredposition: 3
ErrorMessage String requiredposition: 4
public virtual Boolean Equals(Aggregate other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public View Dangerous { get; set; } #

Accounts with dangerous sIDHistory entries.

public View ForeignDomains { get; set; } #

Accounts with sIDHistory from foreign domains.

public View SameDomain { get; set; } #

Accounts with sIDHistory from the same domain.

public Boolean QuerySucceeded { get; set; } #

True when all component evaluations collected source data successfully.

public String ErrorMessage { get; set; } #

Optional aggregate collection error details.