Apama API Reference for .NET (DEPRECATED)  10.15.6.4
Apama.Engine.NameInfo Class Reference

This is the base class for a named object (i.e. event type, container type or monitor) returned by an engine inspection. Returned by methods of the EngineInfo class. More...

Inherited by Apama.Engine.NamedAggregateInfo, Apama.Engine.NamedContextInfo, Apama.Engine.NamedEventTypeInfo, Apama.Engine.NamedJavaApplicationInfo, Apama.Engine.NamedMonitorInfo, Apama.Engine.NamedPluginReceiverInfo, Apama.Engine.NamedReceiverInfo, and Apama.Engine.NamedTimerInfo.

Public Member Functions

override string ToString ()
 Returns the fully qualified name of the item. More...
 

Properties

string FullyQualifiedName [get]
 Get the fully qualified name of the item. This is the concatenation of the package, the dot separator, and the name. More...
 
string Name [get]
 Get the name of the item. This is the "unqualified" name. More...
 
string Package [get]
 Get the package in which the item is installed. More...
 

Detailed Description

This is the base class for a named object (i.e. event type, container type or monitor) returned by an engine inspection. Returned by methods of the EngineInfo class.

Member Function Documentation

◆ ToString()

override string Apama.Engine.NameInfo.ToString ( )

Returns the fully qualified name of the item.

Property Documentation

◆ FullyQualifiedName

string Apama.Engine.NameInfo.FullyQualifiedName
get

Get the fully qualified name of the item. This is the concatenation of the package, the dot separator, and the name.

◆ Name

string Apama.Engine.NameInfo.Name
get

Get the name of the item. This is the "unqualified" name.

◆ Package

string Apama.Engine.NameInfo.Package
get

Get the package in which the item is installed.

Returns
the package in which the item is installed.