SuiteEntryUpdateModel(Int32, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.