UpsertCase Class
Microsoft Robotics Class Reference
Upsert
Namespace: Microsoft.Dss.Services.Test.Proxy
Assembly: Microsoft.Dss.Runtime.Proxy (in Microsoft.Dss.Runtime.Proxy.dll) Version: 2.1.9999.0
Syntax
[XmlTypeAttribute(IncludeInSchema = false)]
public class UpsertCase : Upsert<UpsertCaseRequest, PortSet<TestCaseState, Fault>>
'Declaration
<XmlTypeAttribute(IncludeInSchema := False)> _
Public Class UpsertCase _
Inherits Upsert(Of UpsertCaseRequest, PortSet(Of TestCaseState, Fault))
[XmlTypeAttribute(IncludeInSchema = false)]
public ref class UpsertCase : public Upsert<UpsertCaseRequest^, PortSet<TestCaseState^, Fault^>^>
Inheritance Hierarchy
System. . :: .Object
Microsoft.Dss.ServiceModel.Dssp. . :: .DsspOperation
Microsoft.Dss.ServiceModel.Dssp. . :: .DsspOperation< (Of < (TBody, TResponse> ) > )
Microsoft.Dss.ServiceModel.Dssp. . :: .Upsert< (Of < (UpsertCaseRequest, PortSet< (Of < (TestCaseState, Fault> ) > )> ) > )
Microsoft.Dss.Services.Test.Proxy..::.UpsertCase