TestimoX

API Reference

Struct

TaskDescriptor

Namespace TestimoX.Execution.Progress
Assembly TestimoX
Base ValueType
Implements
IEquatable<TaskDescriptor>
Modifiers sealed

Immutable description of a scheduled rule task.

Inheritance

  • ValueType
  • TaskDescriptor

Constructors

public TaskDescriptor(Int32 TaskId, String RuleName, String Scope, String Target) #

Immutable description of a scheduled rule task.

Parameters

TaskId System.Int32 requiredposition: 0
RuleName System.String requiredposition: 1
Scope System.String requiredposition: 2
Target System.String requiredposition: 3

Methods

public Void Deconstruct(out Int32 TaskId, out String RuleName, out String Scope, out String Target) #
Returns: Void

Parameters

TaskId Int32 requiredposition: 0
RuleName String requiredposition: 1
Scope String requiredposition: 2
Target String requiredposition: 3
public virtual Boolean Equals(TaskDescriptor other) #
Returns: Boolean

Parameters

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

Properties

public String RuleName { get; set; } #
public String Target { get; set; } #