Edit

SuiteEntryUpdateModel Class

Definition

A model to define sequence of test suite entries in a test suite.

[System.Runtime.Serialization.DataContract]
public class SuiteEntryUpdateModel
type SuiteEntryUpdateModel = class
Public Class SuiteEntryUpdateModel
Inheritance
SuiteEntryUpdateModel
Attributes

Constructors

SuiteEntryUpdateModel(Int32, Int32, Int32)

Initializes a new instance of the SuiteEntryUpdateModel class.

Properties

ChildSuiteId

Id of the child suite in the test suite.

SequenceNumber

Updated sequence number for the test case or child test suite in the test suite.

TestCaseId

Id of the test case in the test suite.

Applies to