TestimoX

API Reference

Class

FsmoBestPracticeCheck

Namespace ADPlayground.Domains
Assembly ADPlayground
Implements
IEquatable<FsmoBestPracticeCheck>

Represents the result of a best practice check.

Inheritance

  • Object
  • FsmoBestPracticeCheck

Constructors

public FsmoBestPracticeCheck(FsmoBestPracticeType Type, Boolean Passed, String Description, IReadOnlyList<FsmoRoleHolder> RoleHolders) #

Represents the result of a best practice check.

Parameters

Type ADPlayground.Domains.FsmoBestPracticeType requiredposition: 0
Passed System.Boolean requiredposition: 1
Description System.String requiredposition: 2
RoleHolders System.Collections.Generic.IReadOnlyList{ADPlayground.Domains.FsmoRoleHolder} requiredposition: 3

Methods

public virtual FsmoBestPracticeCheck <Clone>$() #
Returns: FsmoBestPracticeCheck
public Void Deconstruct(out FsmoBestPracticeType Type, out Boolean Passed, out String Description, out IReadOnlyList<FsmoRoleHolder> RoleHolders) #
Returns: Void

Parameters

Type FsmoBestPracticeType requiredposition: 0
Passed Boolean requiredposition: 1
Description String requiredposition: 2
RoleHolders IReadOnlyList<FsmoRoleHolder> requiredposition: 3
public virtual Boolean Equals(FsmoBestPracticeCheck other) #
Returns: Boolean

Parameters

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

Properties

public String FriendlySummary { get; } #

Gets a user friendly summary of the check.

public FsmoBestPracticeType Type { get; set; } #
public Boolean Passed { get; set; } #
public String Description { get; set; } #
public IReadOnlyList<FsmoRoleHolder> RoleHolders { get; set; } #