API Reference
Class
Finding (DisplaySpecifiersAnalyzer)
Single display specifier anomaly or entry for diagnostics.
Inheritance
- Object
- Finding
Constructors
public Finding(String ClassName, String Locale, String Attribute, String Value, String ForestRoot) #Single display specifier anomaly or entry for diagnostics.
Parameters
- ClassName System.String
- Target class name (e.g., user, group).
- Locale System.String
- Locale of the display specifier (e.g., 409).
- Attribute System.String
- Attribute key (e.g., adminPropertyPages).
- Value System.String
- Raw attribute value.
- ForestRoot System.String
- Forest root domain for comparison.
Methods
public Finding <Clone>$() #Returns:
Findingpublic Void Deconstruct(out String ClassName, out String Locale, out String Attribute, out String Value, out String ForestRoot) #Returns:
VoidParameters
- ClassName String
- Locale String
- Attribute String
- Value String
- ForestRoot String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String ClassName { get; set; } #Target class name (e.g., user, group).
public String Locale { get; set; } #Locale of the display specifier (e.g., 409).
public String Attribute { get; set; } #Attribute key (e.g., adminPropertyPages).
public String Value { get; set; } #Raw attribute value.
public String ForestRoot { get; set; } #Forest root domain for comparison.