TestimoX

API Reference

Class

View (RidMasterHealthEvaluator)

Namespace ADPlayground.Domains.RidMasterHealthEvaluator
Assembly ADPlayground
Implements
IEquatable<View>
Modifiers sealed

Domain view with RID/PDC state and server names.

Inheritance

  • Object
  • View

Constructors

public View(String DomainName, Boolean RidOnline, Boolean RidWritable, Boolean PdcRidTogether, String RidServer, String PdcServer) #

Domain view with RID/PDC state and server names.

Parameters

DomainName System.String requiredposition: 0
DNS domain name.
RidOnline System.Boolean requiredposition: 1
True when the RID Master is reachable.
RidWritable System.Boolean requiredposition: 2
True when the RID Master is writable.
PdcRidTogether System.Boolean requiredposition: 3
True when RID and PDC roles are co-located.
RidServer System.String requiredposition: 4
RID Master server name.
PdcServer System.String requiredposition: 5
PDC Emulator server name.

Methods

public View <Clone>$() #
Returns: View
public Void Deconstruct(out String DomainName, out Boolean RidOnline, out Boolean RidWritable, out Boolean PdcRidTogether, out String RidServer, out String PdcServer) #
Returns: Void

Parameters

DomainName String requiredposition: 0
RidOnline Boolean requiredposition: 1
RidWritable Boolean requiredposition: 2
PdcRidTogether Boolean requiredposition: 3
RidServer String requiredposition: 4
PdcServer String requiredposition: 5
public virtual Boolean Equals(View other) #
Returns: Boolean

Parameters

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

Properties

public String DomainName { get; set; } #

DNS domain name.

public Boolean RidOnline { get; set; } #

True when the RID Master is reachable.

public Boolean RidWritable { get; set; } #

True when the RID Master is writable.

public Boolean PdcRidTogether { get; set; } #

True when RID and PDC roles are co-located.

public String RidServer { get; set; } #

RID Master server name.

public String PdcServer { get; set; } #

PDC Emulator server name.