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.
|
override string | ToString () |
| Returns the fully qualified name of the item. More...
|
|
|
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...
|
|
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.
override string Apama.Engine.NameInfo.ToString |
( |
| ) |
|
Returns the fully qualified name of the item.
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.