Share via


UpsertCaseRequest Class

Microsoft Robotics Class Reference

Upsert test case request body

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

Syntax

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

Inheritance Hierarchy

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

See Also

UpsertCaseRequest Members

Microsoft.Dss.Services.Test.Proxy Namespace