API Reference
Class
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
- Passed System.Boolean
- Description System.String
- RoleHolders System.Collections.Generic.IReadOnlyList{ADPlayground.Domains.FsmoRoleHolder}
Methods
public virtual FsmoBestPracticeCheck <Clone>$() #Returns:
FsmoBestPracticeCheckpublic Void Deconstruct(out FsmoBestPracticeType Type, out Boolean Passed, out String Description, out IReadOnlyList<FsmoRoleHolder> RoleHolders) #Returns:
VoidParameters
- Type FsmoBestPracticeType
- Passed Boolean
- Description String
- RoleHolders IReadOnlyList<FsmoRoleHolder>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String