TestimoX

API Reference

Class

ForestTrustRow

Namespace ADPlayground.Helpers.AdForestDiscoveryService
Assembly ADPlayground
Implements
IEquatable<ForestTrustRow>
Modifiers sealed

Trust row payload.

Inheritance

  • Object
  • ForestTrustRow

Constructors

public ForestTrustRow(String Scope, String SourceName, String TargetName, String TrustType, String TrustDirection) #

Trust row payload.

Parameters

Scope System.String requiredposition: 0
SourceName System.String requiredposition: 1
TargetName System.String requiredposition: 2
TrustType System.String requiredposition: 3
TrustDirection System.String requiredposition: 4

Methods

public ForestTrustRow <Clone>$() #
Returns: ForestTrustRow
public Void Deconstruct(out String Scope, out String SourceName, out String TargetName, out String TrustType, out String TrustDirection) #
Returns: Void

Parameters

Scope String requiredposition: 0
SourceName String requiredposition: 1
TargetName String requiredposition: 2
TrustType String requiredposition: 3
TrustDirection String requiredposition: 4
public virtual Boolean Equals(ForestTrustRow other) #
Returns: Boolean

Parameters

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

Properties

public String SourceName { get; set; } #
public String TargetName { get; set; } #
public String TrustType { get; set; } #
public String TrustDirection { get; set; } #