Show / Hide Table of Contents

Class ClientSettings.WeightDistribution

The distribution of weight between multiple components. Each component affects the way the ranking system determines how a test is going to be positioned when receiving a list of tests.

Inheritance
System.Object
ClientSettings.WeightDistribution
Namespace: AppDrillCore.Session
Assembly: AppDrillCore.dll
Syntax
public class WeightDistribution : object

Properties

Cost

Declaration
public int Cost { get; set; }
Property Value
Type Description
System.Int32

Duration

Declaration
public int Duration { get; set; }
Property Value
Type Description
System.Int32

FailureProbability

Declaration
public int FailureProbability { get; set; }
Property Value
Type Description
System.Int32

Methods

Equals(Object)

Declaration
public override bool Equals(Object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

IsValid()

Declaration
public bool IsValid()
Returns
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX