TestimoX

API Reference

Class

View (AdminRecentLoginEvaluator)

Namespace ADPlayground.Users.AdminRecentLoginEvaluator
Assembly ADPlayground
Implements
IEquatable<View>
Modifiers sealed

Domain view with threshold and per-user rows with recent logons.

Inheritance

  • Object
  • View

Constructors

public View(String DomainName, Int32 ThresholdDays, IReadOnlyList<Item> Items) #

Domain view with threshold and per-user rows with recent logons.

Parameters

DomainName System.String requiredposition: 0
Domain name.
ThresholdDays System.Int32 requiredposition: 1
Recent logon threshold.
Items System.Collections.Generic.IReadOnlyList{ADPlayground.Users.AdminRecentLoginEvaluator.Item} requiredposition: 2
Per-user rows.

Methods

public View <Clone>$() #
Returns: View
public Void Deconstruct(out String DomainName, out Int32 ThresholdDays, out IReadOnlyList<Item> Items) #
Returns: Void

Parameters

DomainName String requiredposition: 0
ThresholdDays Int32 requiredposition: 1
Items IReadOnlyList<Item> requiredposition: 2
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; } #

Domain name.

public Int32 ThresholdDays { get; set; } #

Recent logon threshold.

public IReadOnlyList<Item> Items { get; set; } #

Per-user rows.