TestBase Class

Microsoft Robotics Class Reference

Common Dss Test Service Implementation

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

Syntax

[ContractAttribute("https://schemas.microsoft.com/xw/2005/03/testbase.html")]
public abstract class TestBase : DsspServiceBase
'Declaration
<ContractAttribute("https://schemas.microsoft.com/xw/2005/03/testbase.html")> _
Public MustInherit Class TestBase _
    Inherits DsspServiceBase
[ContractAttribute(L"https://schemas.microsoft.com/xw/2005/03/testbase.html")]
public ref class TestBase abstract : public DsspServiceBase

Inheritance Hierarchy

System. . :: .Object
  Microsoft.Ccr.Core. . :: .CcrServiceBase
    Microsoft.Dss.Core. . :: .ServiceBase
      Microsoft.Dss.ServiceModel.DsspServiceBase. . :: .DsspServiceBase
        Microsoft.Dss.Services.Test..::.TestBase

See Also

TestBase Members

Microsoft.Dss.Services.Test Namespace