Share via


TestCaseState Class

Microsoft Robotics Class Reference

Test case state

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

Syntax

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

Inheritance Hierarchy

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

See Also

TestCaseState Members

Microsoft.Dss.Services.Test.Proxy Namespace