TestimoX

API Reference

Class

WeakItem

Namespace ADPlayground.Domains.FgppEvaluator
Assembly ADPlayground
Implements
IEquatable<WeakItem>
Modifiers sealed

Represents a weak FGPP element (e.g., low length/history or reversible enabled).

Inheritance

  • Object
  • WeakItem

Constructors

public WeakItem(String Name, Nullable<Int32> Precedence, Nullable<Int32> Value) #

Represents a weak FGPP element (e.g., low length/history or reversible enabled).

Parameters

Name System.String requiredposition: 0
Policy name.
Precedence System.Nullable{System.Int32} requiredposition: 1
Policy precedence.
Value System.Nullable{System.Int32} requiredposition: 2
Associated numeric value when applicable.

Methods

public WeakItem <Clone>$() #
Returns: WeakItem
public Void Deconstruct(out String Name, out Nullable<Int32> Precedence, out Nullable<Int32> Value) #
Returns: Void

Parameters

Name String requiredposition: 0
Precedence Nullable<Int32> requiredposition: 1
Value Nullable<Int32> requiredposition: 2
public virtual Boolean Equals(WeakItem other) #
Returns: Boolean

Parameters

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

Properties

public String Name { get; set; } #

Policy name.

public Nullable<Int32> Precedence { get; set; } #

Policy precedence.

public Nullable<Int32> Value { get; set; } #

Associated numeric value when applicable.