ibi Patterns .NET API
Loading...
Searching...
No Matches
NetricsServerInterface.NetricsObjectNameCollection Class Reference

Holds the names of objects that can be stored in a ibi™ Patterns Server. More...

Public Member Functions

ReadOnlyCollection< String > getObjectNames (NetricsObjectType type)
 Retrieve the object names of a particular Patterns object type.
 
void addAll ()
 Indicates the collection includes the names of all Patterns objects of all Patterns types.
 
void addAll (NetricsObjectType type)
 Indicates the collection includes the names of all Patterns objects of the given Patterns type.
 
void add (NetricsObjectType type, params String[] names)
 Add specific Patterns object names to the collection.
 
override String ToString ()
 Returns a human-readable string representation.
 

Detailed Description

Holds the names of objects that can be stored in a ibi™ Patterns Server.

Member Function Documentation

◆ add()

void NetricsServerInterface.NetricsObjectNameCollection.add ( NetricsObjectType  type,
params String[]  names 
)
inline

Add specific Patterns object names to the collection.

Parameters
typetype of objects to add names of.
namesthe names to add.

◆ getObjectNames()

ReadOnlyCollection< String > NetricsServerInterface.NetricsObjectNameCollection.getObjectNames ( NetricsObjectType  type)
inline

Retrieve the object names of a particular Patterns object type.

Parameters
typetype of objects to get the names of.
Returns
A read-only collection of object names.