Class
LightTestAsStepReference

Definition

Namespace:ArtOfTest.WebAii.Design.ProjectModel

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public sealed class LightTestAsStepReference : IEquatable<LightTestAsStepReference>

Inheritance: objectLightTestAsStepReference

Implements: IEquatable<LightTestAsStepReference>

Constructors

LightTestAsStepReference(string)

Declaration

cs-api-definition
public LightTestAsStepReference(string fromFilePath)

Parameters

fromFilePath

string

Properties

ExtractedFrom

Declaration

cs-api-definition
public string ExtractedFrom { get; }

Property Value

string

RefId

Declaration

cs-api-definition
public Guid RefId { get; set; }

Property Value

Guid

RefName

Declaration

cs-api-definition
public string RefName { get; set; }

Property Value

string

RefPath

Declaration

cs-api-definition
public string RefPath { get; set; }

Property Value

string

StepId

Declaration

cs-api-definition
public Guid StepId { get; set; }

Property Value

Guid

StepOrder

Declaration

cs-api-definition
public int StepOrder { get; set; }

Property Value

int

Methods

Equals(LightTestAsStepReference)

Declaration

cs-api-definition
public bool Equals(LightTestAsStepReference other)

Parameters

other

LightTestAsStepReference

Returns

bool

Implements IEquatable<LightTestAsStepReference>.Equals(LightTestAsStepReference)

Extension Methods