Share via


UpdateTestRequest Class

Microsoft Robotics Class Reference

Update request body for entire test service 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(Name = "UpdateTestRequest", Namespace = "https://schemas.microsoft.com/xw/2005/03/testbase.html")]
[XmlRootAttribute(Namespace = "https://schemas.microsoft.com/xw/2005/03/testbase.html", 
    ElementName = "UpdateTestRequest")]
public class UpdateTestRequest : TestServiceState, 
    IDssSerializable, ICloneable
'Declaration
<DataContractAttribute(Name := "UpdateTestRequest", Namespace := "https://schemas.microsoft.com/xw/2005/03/testbase.html")> _
<XmlRootAttribute(Namespace := "https://schemas.microsoft.com/xw/2005/03/testbase.html",  _
    ElementName := "UpdateTestRequest")> _
Public Class UpdateTestRequest _
    Inherits TestServiceState _
    Implements IDssSerializable, ICloneable
[DataContractAttribute(Name = L"UpdateTestRequest", 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"UpdateTestRequest")]
public ref class UpdateTestRequest : public TestServiceState, 
    IDssSerializable, ICloneable

Inheritance Hierarchy

System. . :: .Object
  Microsoft.Dss.Services.Test.Proxy. . :: .TestServiceState
    Microsoft.Dss.Services.Test.Proxy..::.UpdateTestRequest

See Also

UpdateTestRequest Members

Microsoft.Dss.Services.Test.Proxy Namespace