API Reference
Class
ResolveResult
Resolve output.
Inheritance
- Object
- ResolveResult
Constructors
public ResolveResult(SummaryCounts Summary, IReadOnlyList<String> TruncatedAttributes, IReadOnlyList<String> Notes, IReadOnlyList<ResolveRow> Rows) #Resolve output.
Parameters
- Summary ADPlayground.Helpers.LdapToolResolveHelper.SummaryCounts
- TruncatedAttributes System.Collections.Generic.IReadOnlyList{System.String}
- Notes System.Collections.Generic.IReadOnlyList{System.String}
- Rows System.Collections.Generic.IReadOnlyList{ADPlayground.Helpers.LdapToolResolveHelper.ResolveRow}
Methods
public ResolveResult <Clone>$() #Returns:
ResolveResultpublic Void Deconstruct(out SummaryCounts Summary, out IReadOnlyList<String> TruncatedAttributes, out IReadOnlyList<String> Notes, out IReadOnlyList<ResolveRow> Rows) #Returns:
VoidParameters
- Summary SummaryCounts
- TruncatedAttributes IReadOnlyList<String>
- Notes IReadOnlyList<String>
- Rows IReadOnlyList<ResolveRow>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String