Share via


UpsertCaseRequest Class

Microsoft Robotics Class Reference

Upsert test case request body

Namespace:  Microsoft.Dss.Services.Test
Assembly:  Microsoft.Dss.Runtime (in Microsoft.Dss.Runtime.dll) Version: 2.1.9999.0

Syntax

[XmlRootAttribute("UpsertCaseRequest", Namespace = "https://schemas.microsoft.com/xw/2005/03/testbase.html", 
    IsNullable = false)]
[DataContractAttribute(Name = "UpsertCaseRequest", Namespace = "https://schemas.microsoft.com/xw/2005/03/testbase.html")]
public class UpsertCaseRequest : TestCaseState
'Declaration
<XmlRootAttribute("UpsertCaseRequest", Namespace := "https://schemas.microsoft.com/xw/2005/03/testbase.html",  _
    IsNullable := False)> _
<DataContractAttribute(Name := "UpsertCaseRequest", Namespace := "https://schemas.microsoft.com/xw/2005/03/testbase.html")> _
Public Class UpsertCaseRequest _
    Inherits TestCaseState
[XmlRootAttribute(L"UpsertCaseRequest", Namespace = L"https://schemas.microsoft.com/xw/2005/03/testbase.html", 
    IsNullable = false)]
[DataContractAttribute(Name = L"UpsertCaseRequest", Namespace = L"https://schemas.microsoft.com/xw/2005/03/testbase.html")]
public ref class UpsertCaseRequest : public TestCaseState

Inheritance Hierarchy

System. . :: .Object
  Microsoft.Dss.Services.Test. . :: .TestCaseState
    Microsoft.Dss.Services.Test..::.UpsertCaseRequest

See Also

UpsertCaseRequest Members

Microsoft.Dss.Services.Test Namespace