Apama API Reference for .NET  9.10.0.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
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

override string Apama.Engine.NameInfo.ToString ( )

Returns the fully qualified name of the item.

Property Documentation

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.

string Apama.Engine.NameInfo.Name
get

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

string Apama.Engine.NameInfo.Package
get

Get the package in which the item is installed.

Returns
the package in which the item is installed.
Submit a bug or feature
Copyright (c) 2013-2016 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.