Edit

SuiteEntryUpdateModel(Int32, Int32, Int32) Constructor

Definition

Initializes a new instance of the SuiteEntryUpdateModel class.

public SuiteEntryUpdateModel(int sequenceNumber, int testCaseId, int childSuiteId);
new Microsoft.TeamFoundation.TestManagement.WebApi.SuiteEntryUpdateModel : int * int * int -> Microsoft.TeamFoundation.TestManagement.WebApi.SuiteEntryUpdateModel
Public Sub New (sequenceNumber As Integer, testCaseId As Integer, childSuiteId As Integer)

Parameters

sequenceNumber
Int32

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

testCaseId
Int32

Id of the test case in the test suite.

childSuiteId
Int32

Id of the child suite in the test suite.

Applies to