CanEasy COM-Help
CanEasy::IServiceNamespace Interface Reference
Inheritance diagram for CanEasy::IServiceNamespace:
CanEasy::IDatabaseItem

Detailed Description

Namespace containing services

interface IServiceNamespace : IDatabaseItem
{
HRESULT ServiceNamespaces([out, retval] IServiceNamespaceCol** ppVal);
HRESULT Services([out, retval] IServiceCol** ppVal);
HRESULT ServiceGroups([out, retval] IServiceGroupCol** ppVal);
};

Definition at line 9918 of file cand_tlb.idl.

Property Documentation

◆ ServiceGroups

IServiceGroupCol CanEasy::IServiceNamespace::ServiceGroups
get

Returns a collection of contained service groups

◆ ServiceNamespaces

IServiceNamespaceCol CanEasy::IServiceNamespace::ServiceNamespaces
get

Returns a collection of contained service namespaces

◆ Services

IServiceCol CanEasy::IServiceNamespace::Services
get

Returns a collection of contained service

CanEasy::IServiceNamespace::ServiceNamespaces
IServiceNamespaceCol ServiceNamespaces
CanEasy::IServiceNamespace::Services
IServiceCol Services
CanEasy::IServiceNamespace::ServiceGroups
IServiceGroupCol ServiceGroups